Fix vertical spacing of a handful of elements

This commit is contained in:
Eryn Wells 2024-10-13 23:14:28 -07:00
parent d89f1b62b4
commit 340029a01c
4 changed files with 30 additions and 2 deletions

View file

@ -127,3 +127,18 @@ img {
margin-inline-end: var(--space-s);
}
}
section.content--small-right-column {
display: block flow;
grid-column: main-start / main-end;
p {
grid-column: unset;
}
.content--right-column,
:has(.content--right-column) {
float: inline-end;
margin-block: 0;
}
}