mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-28 04:50:28 -04:00
fix heading styles on AMP pages
This commit is contained in:
parent
10c36caf7d
commit
aadc1fe47b
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user