/docs/wiki/style.css: add bottom padding to the page

This commit is contained in:
veclavtalica 2025-02-03 22:11:10 +03:00
parent f4fccc08c4
commit 241e72be1a

View File

@ -1,5 +1,5 @@
/* https://wiki.c2.com/?WikiStyle */
body { margin: 1em 2.3em 1em 1.5em; zoom: 150%}
body { margin: 1em 2.3em 1em 1.5em; zoom: 150%; padding-bottom: 50px;}
h1 { font-size: 2.1em;
font-weight: bold;
}