From 457bdfae7ba8d04668f6d85be537982b9fcb96ac Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 7 Feb 2024 08:42:30 +0100 Subject: [PATCH] wre --- assets/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index ecc299a..84a0b4e 100644 --- a/assets/style.css +++ b/assets/style.css @@ -196,7 +196,7 @@ ul.navpage_list { display:flex; flex-direction:row; - width: inherit; + width: 100%; gap:3.25rem; } @@ -218,10 +218,12 @@ ul.navpage_list display: none; position: fixed; flex-direction: column; + width: 100%; } #navsite_list li { text-align: center; + width: 100%; } #navsite_list.active { @@ -231,7 +233,7 @@ ul.navpage_list background-color:rgba(0,0,0,0.6); box-shadow:0 20px 28px 0 rgba(0,0,0,0.6); top: 80px; - width: inherit; + width: 100%; } nav {