diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 09:20:30 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2024-05-12 09:20:30 +0100 |
| commit | a086d765e45ab00a4d1ec1d3fff6d59d8fa710ad (patch) | |
| tree | 6ecd6e6a7f82d854946ea83bf9614a84b0cc68da /website/src | |
| parent | 0f75bf3443996f287b9a8a70abb0b3ac8031def8 (diff) | |
Tweaks styling
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/components/Navbar.astro | 12 |
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> |
