Avoid overflow on mobile view
Jekyll / jekyll (pull_request) Successful in 25s Details
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 8s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 12:49:29 +01:00
parent ed4708bee9
commit 0f89981211
1 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ body {
.feature__item { .feature__item {
background-color: #eee; background-color: #eee;
height: 13em; height: 15em;
margin-bottom: 1em; margin-bottom: 1em;
border-radius: 4px; border-radius: 4px;
} }
@ -89,7 +89,7 @@ body {
} }
#contribute .feature__item { #contribute .feature__item {
height: 15em; height: 16em;
} }
#blog { #blog {
@ -138,7 +138,7 @@ body {
} }
#about .feature__item { #about .feature__item {
height: 11em; height: 12em;
} }
#about .feature__item .archive__item-title { #about .feature__item .archive__item-title {