Merge pull request #140 from lbryio/header_spacing
move adjacent header spacing to top of element
This commit is contained in:
commit
f600ed5105
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
|||
}
|
||||
|
||||
+ h2 {
|
||||
margin-bottom: 2rem;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
|||
}
|
||||
|
||||
+ h3 {
|
||||
margin-bottom: 1rem; padding-top: 0.25rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue