homepage/styles/article.css

18 lines
210 B
CSS
Raw Normal View History

article {
background-color: var(--background-color-2);
padding: 0.5em 1em;
}
article h1 {
margin-top: 0;
font-size: xx-large;
}
figure {
margin: 0.5em;
}
code {
font-size: x-small;
}