From 48f412cb8dd03ed27d739733d44329e53afde555 Mon Sep 17 00:00:00 2001 From: Blallo Date: Sun, 9 Mar 2025 15:55:45 +0100 Subject: add footer --- handmade.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'handmade.css') 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) { -- cgit v1.2.3