fix: fix various spacing issues (#238)

This commit is contained in:
Robert Kaussow 2021-11-13 13:57:06 +01:00 committed by GitHub
parent 761caeee47
commit 9c116862f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 40 additions and 54 deletions

View file

@ -2,13 +2,18 @@
line-height: 1.6em;
> :first-child {
margin-top: 0;
margin-top: 0 !important;
}
&--nested {
:first-child {
margin-top: 0;
}
> pre {
margin-top: 0 !important;
}
> :last-child {
margin-bottom: 0;
}