diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 14:33:16 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-30 14:33:16 -0500 |
| commit | aa53caa0e8fc049562fc7a4833d41ca52d23ecf4 (patch) | |
| tree | 69cbdadeab7472d61a6c9bba311032998590fd42 /public/components | |
| parent | ea3b976d9e1638ddf9171b344648928fefe0799f (diff) | |
almost done
Diffstat (limited to 'public/components')
| -rw-r--r-- | public/components/footer.html | 2 | ||||
| -rw-r--r-- | public/components/nav.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/public/components/footer.html b/public/components/footer.html index b1ca9d8..6159297 100644 --- a/public/components/footer.html +++ b/public/components/footer.html @@ -1 +1 @@ -<footer class="center" style="top: 100%; position: sticky; padding: 20px 0px 20px 0px;"><span style="font-size: 0.75rem;">copyleft (ɔ) 2023-2026<a href="/" class="link"> haemolacriaa</a>. all wrongs reserved.</span></footer> +<footer class="center" style="top: 100%; position: sticky; padding: 20px 0px 20px 0px;"><span style="font-size: 0.75rem; color: dimgray;">copyleft (ɔ) 2023-2026 <a href="/" class="footer-link">haemolacriaa</a>. all wrongs reserved.</span></footer> diff --git a/public/components/nav.html b/public/components/nav.html index 447bc12..5a00e39 100644 --- a/public/components/nav.html +++ b/public/components/nav.html @@ -1,5 +1,5 @@ -<nav style="padding: 20px 30px 20px 30px;">
- <div class="center" style="max-width: 1280px; justify-content: space-between; flex-wrap: wrap;">
+<nav>
+ <div class="center" style="max-width: 1280px; justify-content: space-between; flex-wrap: wrap; padding: 28px 32px 28px 32px;">
<a href="/" class="link">haemolacriaa</a>
<button id="link-button" class="rm-l">
<svg id="link-button-open" width="24" height="24" viewBox="0 0 16 16" fill="currentColor" role="graphics-symbol"><g><g><path fill-rule="evenodd" d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z"></path></g></g></svg>
|
