Smooth the edges same as the blog teasers
Jekyll / jekyll (pull_request) Successful in 26s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 12:04:44 +01:00
parent 5c00ced9a6
commit 7ace592d9f
1 changed files with 3 additions and 0 deletions

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 {