diff options
| author | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
| commit | e23620d10a5fb27f613e5b71cb0627fb1c4076b3 (patch) | |
| tree | 4b131eda41481bfc922fb86545c92f2c270496c2 /src/components/Nav.astro | |
| parent | cb58a18f0f32cce04d13cf2d10b33d7721eebe1e (diff) | |
add 404/sitemap/robots.txt + improve random stuff
Diffstat (limited to 'src/components/Nav.astro')
| -rw-r--r-- | src/components/Nav.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro index 135027f..2761ca6 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -21,7 +21,7 @@ const links: Links = { --- <nav> - <div class="flex flex-column justify-center mx-auto p-5"> + <div class="flex flex-column justify-center mx-auto p-7"> <ul class="inline"> { Object.entries(links).map(([link, url]) => ( |
