summaryrefslogtreecommitdiff
path: root/handmade.css
diff options
context:
space:
mode:
authorBlallo <blallo@autistici.org>2025-03-09 15:55:45 +0100
committerBlallo <blallo@autistici.org>2025-03-09 15:55:45 +0100
commit48f412cb8dd03ed27d739733d44329e53afde555 (patch)
treea0109badb0cba4c5d5609f0d6c2ec6fcbdc99722 /handmade.css
parent70c986be4ea525974cb0fb58572bd2627079560d (diff)
add footer
Diffstat (limited to 'handmade.css')
-rw-r--r--handmade.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/handmade.css b/handmade.css
index 93a4281..1bea530 100644
--- a/handmade.css
+++ b/handmade.css
@@ -110,6 +110,20 @@ h3 {
font-size: 0.8rem;
}
+.footer {
+ position: fixed;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ text-align: center;
+ font-size: 0.5rem;
+ margin-bottom: 0.2rem;
+}
+
+.footer > a {
+ font-size: 0.5rem;
+}
+
@media print {
body {
width: 21cm;
@@ -137,6 +151,10 @@ h3 {
margin-left: 3em;
margin-right: 8em;
}
+
+ .footer {
+ margin-bottom: 10mm;
+ }
}
@media screen and (width >= 1000px) {