diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-29 21:56:55 -0500 |
| commit | e0c12600ee090fa360be7e56446b9212a3cbd3b3 (patch) | |
| tree | 08e509fee6fe86ca9c0e7e125166bd65257b5a69 /public/components | |
| parent | b34d3907c6a598c60df8bc5c733df22fe1119363 (diff) | |
lots of work
Diffstat (limited to 'public/components')
| -rw-r--r-- | public/components/footer.html | 2 | ||||
| -rw-r--r-- | public/components/nav.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/components/footer.html b/public/components/footer.html index c0412ad..b1ca9d8 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>copyleft (ɔ) 2023-2026<a href="/" class="link"> haemolacriaa</a>. all wrongs reserved.</span></footer>
\ No newline at end of file +<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> diff --git a/public/components/nav.html b/public/components/nav.html index 5768835..447bc12 100644 --- a/public/components/nav.html +++ b/public/components/nav.html @@ -1,6 +1,6 @@ <nav style="padding: 20px 30px 20px 30px;">
<div class="center" style="max-width: 1280px; justify-content: space-between; flex-wrap: wrap;">
- <a href="/" class="link" style="letter-spacing: 1px;">haemolacriaa</a>
+ <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>
<svg id="link-button-close" class="rm" width="24" height="24" viewBox="0 0 16 16" fill="currentColor" role="graphics-symbol"><g><g><path d="M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z"></path></g></g></svg>
|
