summaryrefslogtreecommitdiffci
path: root/views/partials/general-page-footer.html
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <saya.andy@posteo.com> 2025-10-15 02:43:04 +0700
committerGravatar SayaAndy <saya.andy@posteo.com> 2025-10-15 02:43:04 +0700
commit454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1 (patch)
treec05bfb6efdce821d69a0d676dc2e3244a646746a /views/partials/general-page-footer.html
parente372d8ad15ca9026fffb9248991e3df48c72b5f6 (diff)
downloadweb-454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1.tar.gz
web-454e2f3cd84b6c0b02a0c2936a574d3d9c35c5a1.zip
feat: start switching to absolute length units in design
Diffstat (limited to 'views/partials/general-page-footer.html')
-rw-r--r--views/partials/general-page-footer.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/views/partials/general-page-footer.html b/views/partials/general-page-footer.html
index af6aec9..c0774f6 100644
--- a/views/partials/general-page-footer.html
+++ b/views/partials/general-page-footer.html
@@ -1,7 +1,7 @@
{{ block "footer" . }}{{ end }}
-<p class="grow content-center text-[1vmax]/[1] font-spectral italic text-right text-secondary mr-2">
+<p class="grow content-center text-base/[1] font-spectral italic text-right text-secondary mr-2">
All the photos on <a href="https://saya.today/">saya.today</a> are licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> by <a href="https://t.me/EarlInisMona">Saya Andy</a> © {{ .PublishedYear }}
</p>
-<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC">
-<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY">
-<img class="max-w-[1vmax] max-h-[1vmax] self-center" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="SA"> \ No newline at end of file
+<img class="max-w-4 max-h-4 self-center" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt="CC">
+<img class="max-w-4 max-h-4 self-center" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt="BY">
+<img class="max-w-4 max-h-4 self-center" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg" alt="SA"> \ No newline at end of file