Smooth the edges same as the blog teasers

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
Benoit Donneaux 2024-11-19 12:04:44 +01:00
parent 5c00ced9a6
commit 7ace592d9f

View file

@ -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 {