Hi there
I changed this:
h1 {
font-size: em($headerBaseFontSize);
line-height: 1.2;
}
h2 {
font-size: em(floor($headerBaseFontSize * 0.88)); //12px
line-height: 1.3;
TO THIS:
h1 {
font-size: em($headerBaseFontSize);
font-size: em(18px);
line-height: 1.2;
}
h2 {
font-size: em(floor($headerBaseFontSize * 0.88)); //12px
font-size: em(14px);
line-height: 1.3;
It makes no difference! pls help. Thank you
User | Count |
---|---|
564 | |
208 | |
121 | |
82 | |
44 |