From b23d95bc0a4597b335a722e4c21bdd02b4495138 Mon Sep 17 00:00:00 2001 From: Emilia Date: Wed, 19 Jul 2023 14:27:37 -0400 Subject: [PATCH] Mobile fix for landing page icons --- src/scss/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scss/index.scss b/src/scss/index.scss index e878d9e..0623a95 100644 --- a/src/scss/index.scss +++ b/src/scss/index.scss @@ -6,11 +6,11 @@ display: none; font-size: $fs-200; - margin-top: 0.4rem; + margin-top: 0.6rem; } footer { width: 100%; - font-size: $fs-800; + font-size: clamp(2rem, $fs-800, 15vw); justify-content: center !important; }