fix h3 margin
This commit is contained in:
parent
c1007709a6
commit
366c8dcb01
1 changed files with 4 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ h2 {
|
|||
}
|
||||
|
||||
h3 {
|
||||
margin-top: 20px;
|
||||
/* Swap the margin for a top-padding so linking to this section
|
||||
results in a better scroll position */
|
||||
padding-top: 20px;
|
||||
margin-top: 0;
|
||||
display: block;
|
||||
flex: 0 0 180px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue