From 0f89981211a8ea910abbd14dd3c9a2921972e06b Mon Sep 17 00:00:00 2001 From: Benoit Donneaux Date: Tue, 19 Nov 2024 12:49:29 +0100 Subject: [PATCH] Avoid overflow on mobile view Signed-off-by: Benoit Donneaux --- src/_sass/_custom.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index d23fc83..aaa0318 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -52,7 +52,7 @@ body { .feature__item { background-color: #eee; - height: 13em; + height: 15em; margin-bottom: 1em; border-radius: 4px; } @@ -89,7 +89,7 @@ body { } #contribute .feature__item { - height: 15em; + height: 16em; } #blog { @@ -138,7 +138,7 @@ body { } #about .feature__item { - height: 11em; + height: 12em; } #about .feature__item .archive__item-title {