From 7ace592d9f7645a1f95879183d50793d5be005f7 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 12:04:44 +0100 Subject: [PATCH] Smooth the edges same as the blog teasers Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index ab2c750..dc665a9 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -45,6 +45,7 @@ body { background-color: #eee; height: 13em; margin-bottom: 1em; + border-radius: 4px; } .feature__item .archive__item-title { @@ -85,6 +86,7 @@ body { #blog { margin-top: 2em; background-color: #eee; + border-radius: 4px; } .entries-grid { @@ -97,6 +99,7 @@ body { .grid__item { background-color: #ccc; padding: 0.5em; + border-radius: 4px; } .grid__item .archive__item-title {