Don't do extra top margin for headings in flow when they're further nested in columns

Ref #221
This commit is contained in:
benjamin melançon 2020-06-18 12:47:14 -04:00
parent b29b0b2d33
commit f957f0cb3a

View file

@ -45,6 +45,9 @@
h2:first-child {
margin-top: 1.1428em;
}
.columns h2:first-child {
margin-top: inherit;
}
}
}
.flow_full {