From 2f4615bfc98f9e2fd76e3a087bf04fd309dc49e3 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:31:45 +0300 Subject: [PATCH] Adjust FAB styling --- app/styles/layout.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/styles/layout.css b/app/styles/layout.css index d4a5c55af..632797127 100644 --- a/app/styles/layout.css +++ b/app/styles/layout.css @@ -78,7 +78,7 @@ display: grid; position: fixed; right: 27.5px; - bottom: 27.5px; + bottom: 105px; border-radius: 100%; width: 3.75rem; height: 3.75rem; @@ -368,8 +368,7 @@ } } -/** Reference to .front-page__side-nav **/ -@media screen and (min-width: 1130px) and (min-height: 900px) { +@media screen and (min-width: 600px) { .layout__hamburger-fab { display: none; }