staticrustator/assets/old_style.css
2024-08-29 11:04:04 -04:00

28 lines
257 B
CSS

:root {
font-size:1rem;
--rhythm: 1.5rem;
--line-length: 60vw;
}
header {
margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.\<h1\>,
.\<h2\>,
.\<h3\>,
.\<h4\>,
.\<h5\>,
.\<h6\> {
margin-block-start:var(--gap);
}
p {
font-size: 1.2em;
}