Toned down h2-h4 sizes
This commit is contained in:
parent
1d2c8ceb67
commit
bef20c4d5b
|
@ -48,19 +48,15 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 26px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h3 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: $gray;
|
color: $gray;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
@ -342,16 +342,13 @@ h1 {
|
||||||
color: inherit; }
|
color: inherit; }
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 26px; }
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-size: 22px; }
|
font-size: 22px; }
|
||||||
|
|
||||||
h4 {
|
h3 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 600; }
|
font-weight: 600; }
|
||||||
|
|
||||||
h5 {
|
h4 {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-weight: 600; }
|
font-weight: 600; }
|
||||||
|
|
Loading…
Reference in a new issue