summaryrefslogtreecommitdiff
path: root/website/src/components
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-12 09:20:30 +0100
committerJoe Carstairs <65492573+Sycamost@users.noreply.github.com>2024-05-12 09:20:30 +0100
commita086d765e45ab00a4d1ec1d3fff6d59d8fa710ad (patch)
tree6ecd6e6a7f82d854946ea83bf9614a84b0cc68da /website/src/components
parent0f75bf3443996f287b9a8a70abb0b3ac8031def8 (diff)
Tweaks styling
Diffstat (limited to 'website/src/components')
-rw-r--r--website/src/components/Navbar.astro12
1 files changed, 6 insertions, 6 deletions
diff --git a/website/src/components/Navbar.astro b/website/src/components/Navbar.astro
index bae661b..c94944a 100644
--- a/website/src/components/Navbar.astro
+++ b/website/src/components/Navbar.astro
@@ -2,12 +2,12 @@
---
<nav>
- <li>
- <ul>
+ <ul>
+ <li>
<a href="/">Home</a>
- </ul>
- <ul>
+ </li>
+ <li>
<a href="/blog">Blog</a>
- </ul>
- </li>
+ </li>
+ </ul>
</nav>