1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

text: adjust footer

This commit is contained in:
RGBCube 2025-06-03 04:41:46 +03:00
parent 9ec127293a
commit 78415c1da1
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 5 additions and 8 deletions

View file

@ -2,8 +2,8 @@
layout: default.vto layout: default.vto
--- ---
<div class="flex justify-center"> <div class="flex justify-center h-[inherit]">
<div class="block text-xl w-[min(100vw,50rem)]"> <div class="block text-xl w-[min(100vw,50rem)] h-[inherit]">
<nav class=" <nav class="
transform-[rotateX(180deg)] transform-[rotateX(180deg)]
@ -28,14 +28,12 @@ layout: default.vto
</div> </div>
</nav> </nav>
{{> const padding = 4 }} <!-- Keep in sync with -mx-N in default.css. --> {{> const padding = 4 }}
<div class="text-content p-{{ padding }} pt-{{ padding + 12 }}"> <div class="text-content p-{{ padding }} pt-{{ padding + 12 }}">
{{ content }} {{ content }}
</div> </div>
<hr class="border-2 border-black dark:border-white"> <footer class="flex justify-center text-sm p-1.5 pb-2 wrap-anywhere border-t-3 border-x-4">
<footer class="flex justify-center text-sm pt-1 pb-2 wrap-anywhere">
Copyright {{ Temporal.Now.plainDateISO().year }} © Copyright {{ Temporal.Now.plainDateISO().year }} ©
<a draggable="false" class="flex items-center pl-2" href="/"> <a draggable="false" class="flex items-center pl-2" href="/">

View file

@ -261,8 +261,7 @@ html, body {
} }
hr { hr {
@apply border-1 border-black dark:border-white @apply border-1 border-black dark:border-white;
-mx-4; /* Keep in sync with p-N in text.vto. */
} }
blockquote { blockquote {