diff options
author | akshay | 2025-05-07 09:14:34 +0530 |
---|---|---|
committer | GitHub | 2025-05-07 09:14:34 +0530 |
commit | 7c25e69b839922586a12873e818e13778ce9f9c9 (patch) | |
tree | 3b8d35818a746a10624d88112e708871b31609c9 | |
parent | 3d127393523c4e347f4a12a4e852b3b6faa47b04 (diff) | |
download | gui_hackathon-7c25e69b839922586a12873e818e13778ce9f9c9.tar.gz gui_hackathon-7c25e69b839922586a12873e818e13778ce9f9c9.tar.bz2 gui_hackathon-7c25e69b839922586a12873e818e13778ce9f9c9.zip |
Update Nav.astro
-rw-r--r-- | src/components/layout/Nav.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/layout/Nav.astro b/src/components/layout/Nav.astro index fe542c0..8228b96 100644 --- a/src/components/layout/Nav.astro +++ b/src/components/layout/Nav.astro @@ -42,7 +42,7 @@ function addActiveClass() { <nav class="fixed top-0 left-0 mt-18 z-5 w-full border-gray-200 bg-gray-50 dark:bg-gray-800 dark:border-gray-700 shadow-md"> - <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4"> + <div class="max-w-screen-2xl flex flex-wrap items-center justify-between mx-auto p-4"> <a href="/" class="flex items-center space-x-3 rtl:space-x-reverse"> <!-- <img src="https://flowbite.com/docs/images/logo.svg" class="h-8" alt="gui" /> --> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> @@ -165,4 +165,4 @@ function addActiveClass() { color:#f70000; } </style> -
\ No newline at end of file + |