forked from fleg/hswro_org
Update _type.scss
The <h1> font size was not consistent with the rest. The text became larger when the screen became smaller.
This commit is contained in:
parent
d49464c6a8
commit
4751f81d28
|
@ -8,7 +8,7 @@ p {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
font-family: $font-family-heading;
|
font-family: $font-family-heading;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
|
|
Loading…
Reference in New Issue