From 368019991efee44866dc8735107913952248dde0 Mon Sep 17 00:00:00 2001 From: lomtom Date: Tue, 9 Apr 2024 15:25:43 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9ANavigation=20bar=20middle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/navigation.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/styles/navigation.scss b/src/styles/navigation.scss index b6b5138..829b743 100755 --- a/src/styles/navigation.scss +++ b/src/styles/navigation.scss @@ -57,3 +57,15 @@ input#nav-toggle:checked ~ #nav-menu { @apply visible opacity-100; } } + +.navbar-bran { + width: 200px; +} + +.navbar{ + .ml-auto { + width: 200px; + display: flex; + justify-content: flex-end; + } +}