From 7293f5bcc8ae57818157d6b912d3898a801c7811 Mon Sep 17 00:00:00 2001 From: Panos Sakkos Date: Sat, 7 Dec 2024 15:45:01 +0200 Subject: [PATCH] fix gradient in different screen sizes --- css/grayscale.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/grayscale.scss b/css/grayscale.scss index bbe62035a..f4282f5e1 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -216,6 +216,14 @@ a { bottom: 18rem; height: 50%; } + @media (max-width: 414px) { + bottom: 7rem; + height: 50%; + } + @media (max-width: 375px) { + bottom: 2rem; + height: 50%; + } } @-webkit-keyframes pulse {