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 {