Don't do extra top margin for headings in flow when they're further nested in columns
Ref #221
This commit is contained in:
parent
b29b0b2d33
commit
f957f0cb3a
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@
|
|||
h2:first-child {
|
||||
margin-top: 1.1428em;
|
||||
}
|
||||
.columns h2:first-child {
|
||||
margin-top: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
.flow_full {
|
||||
|
|
Loading…
Reference in a new issue