Fix margin for multiple stacked code example blocks

This commit is contained in:
Jonny Gerig Meyer 2023-03-13 16:33:21 -04:00
parent 231bc2b807
commit 8d958ce4de
No known key found for this signature in database
GPG Key ID: FB602F738A872F7F

View File

@ -110,7 +110,7 @@
// syntax switcher is exactly equal to two lines, so there's no visual jitter
// when switching between syntaxes.
pre + pre {
margin-top: 22px;
margin-top: 1rem;
}
}