From 294ffd363bd2580943b937635bc9aff4a410f988 Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 11:50:23 +0100 Subject: [PATCH] Avoid overflow in the about section Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index 393a147..ab2c750 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -126,7 +126,7 @@ body { } #about .feature__item { - height: 10em; + height: 11em; } #about .feature__item .archive__item-title {