diff options
| author | Blallo <blallo@autistici.org> | 2025-03-09 15:55:45 +0100 |
|---|---|---|
| committer | Blallo <blallo@autistici.org> | 2025-03-09 15:55:45 +0100 |
| commit | 48f412cb8dd03ed27d739733d44329e53afde555 (patch) | |
| tree | a0109badb0cba4c5d5609f0d6c2ec6fcbdc99722 /handmade.css | |
| parent | 70c986be4ea525974cb0fb58572bd2627079560d (diff) | |
add footer
Diffstat (limited to 'handmade.css')
| -rw-r--r-- | handmade.css | 18 |
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) { |
