1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 11:35:32 -04:00

fix heading styles on AMP pages

This commit is contained in:
2020-03-14 09:36:29 -04:00
parent 10c36caf7d
commit aadc1fe47b
2 changed files with 9 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ div#content {
}
h2 {
padding-bottom: 0.3em;
padding-bottom: 0.25em;
border-bottom: 1px solid $color-kinda-light;
}