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 */