mirror of
https://github.com/danog/sass-site.git
synced 2024-11-26 20:14:53 +01:00
Fix margin for multiple stacked code example blocks
This commit is contained in:
parent
231bc2b807
commit
8d958ce4de
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user