From 315c21515077f3133a279e35627b94d56fd44b4c Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 7 Jun 2022 12:17:50 +0200 Subject: [PATCH] =?UTF-8?q?Poprawiono=20rozmiar=20i=20pozycj=C4=99=20przyc?= =?UTF-8?q?isku=20powrotu=20listy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 6a41982..2e6a894 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -255,17 +255,16 @@ ul { align-items: center; position: fixed; - right: 0; - bottom: 0; + right: 1rem; + bottom: 4rem; z-index: 100; - margin: 0 1em 1em 0; - width: 2em; - height: 2em; + width: 1.5em; + height: 1.5em; - font-size: 1.7em; + font-size: 2.3em; background-color: #333; color: white;