From bc94e7b75ebeab487a17605fb4063d9209a0239e Mon Sep 17 00:00:00 2001 From: Max Mehl Date: Tue, 31 Mar 2026 17:40:30 +0200 Subject: [PATCH] css: slight style improvements --- themes/hugo-sustain/assets/scss/default.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/hugo-sustain/assets/scss/default.scss b/themes/hugo-sustain/assets/scss/default.scss index bd092e9..36791a5 100755 --- a/themes/hugo-sustain/assets/scss/default.scss +++ b/themes/hugo-sustain/assets/scss/default.scss @@ -363,6 +363,13 @@ div.contact p { margin-top: 0; } } + // First and last card in the list have different border radius + .row:first-child .card { + border-radius: 1rem 1rem 0 1rem; + } + .row:last-child .card { + border-radius: 0 1rem 1rem 1rem; + } } /* Helpers */