From 467cc618b2583238123e1552a0b2d4a7be177b41 Mon Sep 17 00:00:00 2001 From: Meet Thakur <99238677+MeetThakur@users.noreply.github.com> Date: Sun, 13 Oct 2024 10:01:07 +0530 Subject: [PATCH] Fixed Navbar overflowing (#143) * fixed nav-buttons * fixed navbar --- assets/css/style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 7f796ad..0f0bd69 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -185,15 +185,13 @@ nav .logo img { } nav .nav_buttons { + display: flex; + justify-content: space-between; padding: 0px; margin: 0px; - height: 100%; - width: 30%; - display: grid; - grid-template-columns: repeat(4, fit-content(100px)); + width: 35%; position: relative; - gap: 70px; } .nav_buttons .nav_button {