florianzirker.de/default.css
2025-03-26 08:04:47 +01:00

14 lines
239 B
CSS

:root {
max-width: 80ch;
padding: 3em 1em;
margin: auto;
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
}
footer {
position: fixed;
padding: .5em;
bottom: 0;
width: 100%;
}