From eaa34f3359ff1ef42ecfbc544f4f6bb7c3b87143 Mon Sep 17 00:00:00 2001 From: Spythere Date: Sun, 26 Feb 2023 13:50:47 +0100 Subject: [PATCH] =?UTF-8?q?hotfix:=20dost=C4=99pno=C5=9B=C4=87=20grubo?= =?UTF-8?q?=C5=9Bci=20czcionki?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 7 ++++--- src/styles/global.scss | 15 +-------------- 2 files changed, 5 insertions(+), 17 deletions(-) diff --git a/index.html b/index.html index 98d4b80..f91f6da 100644 --- a/index.html +++ b/index.html @@ -5,8 +5,8 @@ - - + + Stacjownik @@ -24,7 +24,7 @@ - + @@ -32,3 +32,4 @@ + diff --git a/src/styles/global.scss b/src/styles/global.scss index 033831a..5d8daa0 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -45,6 +45,7 @@ body { margin: 0; padding: 0; font-family: 'Quicksand', sans-serif; + font-weight: 500; overflow-y: scroll; &.no-scroll { @@ -81,22 +82,9 @@ body { transition: opacity 0.3s; padding: 0.25em; - - // @include smallScreen() { - // right: 0; - // left: 0; - - // &::after { - // left: 75%; - // } - // } } &:hover > .content { - // @include smallScreen() { - // display: none; - // } - visibility: visible; opacity: 1; } @@ -105,7 +93,6 @@ body { button, input, select { - // font-family: "Open Sans", sans-serif; border: none; font-family: 'Quicksand', sans-serif; font-size: 1em;