From 81a85f7da715ca956580492a44d36cc72cce3fae Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 25 Jun 2024 19:43:02 +0300 Subject: [PATCH] styles-fix --- src/styles/app.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/styles/app.scss b/src/styles/app.scss index d0f33d5c..9a22b135 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -840,7 +840,7 @@ figure { } } -#root { +#app { display: flex; flex-direction: column; place-content: space-between space-between; @@ -850,7 +850,6 @@ figure { .main-content { flex: 1 100%; min-height: 90vh; - padding-top: 80px; position: relative; @include media-breakpoint-up(lg) {