aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/components/base/navbar/Navbar.astro
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-27 11:56:56 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2023-12-27 11:56:56 +0100
commitf3a7e39a5a261f617c7c9bcece661656dcc13c15 (patch)
tree58ad0945ca9787c633c2d056a8cd52ec6b0f1701 /apps/website/src/components/base/navbar/Navbar.astro
parenta8b3db9c0344fb82796bad7fc1c3b1b7f20c3fe4 (diff)
downloadNexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.tar.gz
Nexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.tar.bz2
Nexus-f3a7e39a5a261f617c7c9bcece661656dcc13c15.zip
Update navbar + some tweaks
Diffstat (limited to 'apps/website/src/components/base/navbar/Navbar.astro')
-rw-r--r--apps/website/src/components/base/navbar/Navbar.astro2
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 96c9955..2a1cd51 100644
--- a/apps/website/src/components/base/navbar/Navbar.astro
+++ b/apps/website/src/components/base/navbar/Navbar.astro
@@ -11,7 +11,7 @@ import NavbarElement from '../navbar/NavbarElement.astro';
<NavbarElement {element} {index}/>
))}
</ul>
- <ul class="flex flex-row justify-end gap-4">
+ <ul class="flex flex-row justify-center md:justify-end gap-4 flex-wrap">
{(config as Config).navbar.right.map((element, index) => (
<NavbarElement {element} {index}/>
))}