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 */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 244 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB