diff options
| author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 13:26:11 +0100 |
|---|---|---|
| committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2023-12-27 13:26:11 +0100 |
| commit | 2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47 (patch) | |
| tree | f713ec08bdb09099c42a8e56a92eb0ef5d18aac7 /apps/website/src/components/base/navbar | |
| parent | f8da6344f2e6c3ec58d90a9731f6bf7b96787cc9 (diff) | |
| download | Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.tar.gz Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.tar.bz2 Nexus-2dda71f216ed8e06c2ebeb4bdcf9cd3d19519c47.zip | |
Slight changes to mods page
Diffstat (limited to 'apps/website/src/components/base/navbar')
| -rw-r--r-- | apps/website/src/components/base/navbar/Navbar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/components/base/navbar/Navbar.astro b/apps/website/src/components/base/navbar/Navbar.astro index 2a1cd51..65b7473 100644 --- a/apps/website/src/components/base/navbar/Navbar.astro +++ b/apps/website/src/components/base/navbar/Navbar.astro @@ -4,7 +4,7 @@ import config from 'config'; import NavbarElement from '../navbar/NavbarElement.astro'; --- -<div class="absolute w-full flex flex-row justify-center h-screen max-h-[110px] px-3"> +<div class="absolute w-full flex flex-row justify-center h-screen max-h-[110px] px-3 z-navbar"> <nav class="w-full max-w-[1080px] flex flex-col md:flex-row justify-between items-center"> <ul class="flex flex-row justify-start gap-4 max-sm:mt-4"> {(config as Config).navbar.left.map((element, index) => ( |
