From ca06fb296cd0d7cc098047e6489ba9dee919b5d1 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 20 May 2025 19:11:58 +0300 Subject: [PATCH] Follow-up 0047f4a --- app/styles/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/layout.css b/app/styles/layout.css index c38d45a3e..c17318d0f 100644 --- a/app/styles/layout.css +++ b/app/styles/layout.css @@ -1,6 +1,7 @@ .layout__container { width: 100%; min-height: 100vh; + padding-top: 50px; /** compensate for layout__header */ } .layout__breadcrumb-container { @@ -155,7 +156,6 @@ .layout__main-container { display: flex; flex-direction: row; - padding-top: 80px; } .layout__main {