homepage/old/styles/article.css

31 lines
353 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);
}
img {
max-width: 100%;
max-height: 100%;
}
.img-center {
text-align: center;
}