homepage/styles/article.css

22 lines
260 B
CSS
Raw Normal View History

2023-07-22 19:05:05 +00:00
/* Adjust body and hr to make the page slightly wider if possible. */
body {
max-width: 70ch;
}
hr {
max-width: 80ch;
}
article h1 {
margin-top: 0;
font-size: xx-large;
}
figure {
margin: 0.5em;
}
code {
2023-07-22 19:05:05 +00:00
color: var(--code-color);
}