A heap of changes, whoops

This commit is contained in:
2024-12-11 13:15:47 -06:00
parent 7bdc97f0c6
commit b0106e6666
18 changed files with 67 additions and 17 deletions

View File

@ -350,8 +350,8 @@ h2 {
"wght" 350,
"SOFT" 20,
"WONK" 1;
padding-bottom: var(--space-l);
padding-top: var(--space-xl);
padding-bottom: var(--space-s);
padding-top: var(--space-l);
}
h3 {
font-size: var(--step-1);
@ -372,14 +372,16 @@ main > p > a > img {
.post > p {
margin: 0;
padding-bottom: var(--space-s);
&:has(wc-card) {
&:has(wc-card),
&:last-child {
padding-bottom: 0;
}
}
pre {
grid-column: var(--span-grid);
}
p:last-child {
p {
margin-top: 0;
margin-bottom: 0;
}
p,