Fix <pre>

This commit is contained in:
2024-02-26 21:32:07 -06:00
parent 26821b48ef
commit 569b541eec
6 changed files with 13 additions and 4 deletions

View File

@ -267,6 +267,9 @@ main > p > img, main > p > a > img {
margin: 0;
padding-bottom: var(--space-s);
}
pre {
grid-column: 1 / span 12;
}
p:last-child {
margin-bottom: 0;
}
@ -681,6 +684,7 @@ h2 + .header-anchor {
/* Components */
article.post {
grid-column: 1 / span 12;
container: article / inline-size;
}
/* Utilities */