1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 13:56:22 -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 {
padding-bottom: 0.3em;
padding-bottom: 0.25em;
border-bottom: 1px solid $color-kinda-light;
}

View File

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