1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 21:10:29 -04:00

fix heading styles on AMP pages

This commit is contained in:
Jake Jarvis 2020-03-14 09:36:29 -04:00
parent 10c36caf7d
commit aadc1fe47b
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39
2 changed files with 9 additions and 4 deletions

View File

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

View File

@ -75,9 +75,10 @@
color: #0e6dc2; color: #0e6dc2;
} }
hr { hr {
width: 60%; margin: 1.25em auto;
margin: 0.75em auto; height: 2px;
border: 1px solid #dddddd; border: 0;
background-color: #d2d2d2;
} }
strong { strong {
letter-spacing: 0.001em; letter-spacing: 0.001em;
@ -115,6 +116,10 @@
font-size: 0.9em; font-size: 0.9em;
color: #5e5e5e; color: #5e5e5e;
} }
h2 {
padding-bottom: 0.25em;
border-bottom: 1px solid #e3e3e3;
}
header { header {
width: 100%; width: 100%;
background-color: #f9f9f9; background-color: #f9f9f9;