Avoid overflow in the about section
Jekyll / jekyll (pull_request) Successful in 25s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 11:50:23 +01:00
parent f189c6e0b9
commit 294ffd363b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ body {
}
#about .feature__item {
height: 10em;
height: 11em;
}
#about .feature__item .archive__item-title {