Toned down h2-h4 sizes

This commit is contained in:
Barry Clark 2014-05-27 20:56:19 -04:00
parent 1d2c8ceb67
commit bef20c4d5b
2 changed files with 4 additions and 11 deletions

View file

@ -48,19 +48,15 @@ h1 {
}
h2 {
font-size: 26px;
}
h3 {
font-size: 22px;
}
h4 {
h3 {
font-size: 18px;
font-weight: 600;
}
h5 {
h4 {
font-size: 18px;
color: $gray;
font-weight: 600;

View file

@ -342,16 +342,13 @@ h1 {
color: inherit; }
h2 {
font-size: 26px; }
h3 {
font-size: 22px; }
h4 {
h3 {
font-size: 18px;
font-weight: 600; }
h5 {
h4 {
font-size: 18px;
color: #666666;
font-weight: 600; }