You've already forked 98.css
mirror of
https://github.com/jdan/98.css.git
synced 2026-05-05 06:01:22 +09:00
fix h3 margin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user