refactors headers to be more semantically correct

This commit is contained in:
Ashley Blewer
2017-10-03 12:35:33 -04:00
parent e92a1cf713
commit d7db07bcab
7 changed files with 66 additions and 27 deletions

View File

@ -2,6 +2,18 @@ h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
h2 {
font-size: 24px;
}
.intro-lead {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
}
.select-from {
font-size: 16px;
}
code {
word-break: break-all;
word-wrap: break-word;