From 43247a27130f1c6152d1f71ee03a6557b5ce5d40 Mon Sep 17 00:00:00 2001 From: Marian Date: Sat, 19 Oct 2024 13:04:00 +0300 Subject: [PATCH] bottom logo fixed --- src/styles/components/bottom-bar.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/components/bottom-bar.scss b/src/styles/components/bottom-bar.scss index 3cff31763..b9cd33211 100644 --- a/src/styles/components/bottom-bar.scss +++ b/src/styles/components/bottom-bar.scss @@ -3,6 +3,7 @@ @include on-small-desktop { display: flex; justify-content: space-between; + align-items: center; } }