CSS adjustments to headers

This commit is contained in:
Tetsuro
2015-12-04 19:21:57 -05:00
parent 8e3dcf49ba
commit 88e774cb40
14 changed files with 260 additions and 9 deletions
+7 -7
View File
@@ -82,22 +82,22 @@ a {
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 2em;
}
h3 {
h2 {
font-size: 1.5em;
}
h4 {
font-size: 1.5em;
h3 {
font-size: 1em;
text-decoration: underline;
}
h4 {
font-size: 1em;
}
blockquote {
color: lighten($color-slate, 30%);
border-left: 2px solid lighten($color-slate, 50%);
+6
View File
@@ -7,8 +7,14 @@
}
.content__list {
h1 {
font-weight: bold;
}
h2 {
font-weight: bold;
text-decoration: underline;
&:not(:first-child) {
margin-top: $spacing-unit * 2;