Fix <pre>
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user