From 5dc6d4113f913eddecdd849e6079409b0aef3d93 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 19 Apr 2022 10:07:57 +0200 Subject: [PATCH] =?UTF-8?q?Hotfix=20=C5=A1k=C3=A1lov=C3=A1n=C3=AD=20rolety?= =?UTF-8?q?=20v=20hlavn=C3=AD=20navigaci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #36 --- sass/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/main.scss b/sass/main.scss index 40bc190..2426bce 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -124,9 +124,9 @@ header { grid-template-columns: 1fr 1fr; column-gap: 1em; position: absolute; - left: 0; + right: 0; top: 100%; - width: 100%; + min-width: 100%; padding: 1rem; background-color: #FFF; font-size: 1rem;