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:
parent
10c36caf7d
commit
aadc1fe47b
@ -15,7 +15,7 @@ div#content {
|
||||
}
|
||||
|
||||
h2 {
|
||||
padding-bottom: 0.3em;
|
||||
padding-bottom: 0.25em;
|
||||
border-bottom: 1px solid $color-kinda-light;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user