style: optimize first screen font line-height
This commit is contained in:
parent
98aa984c61
commit
31a93a2d77
|
@ -17,7 +17,7 @@ $tablet-font-size = 1.8rem;
|
||||||
.description {
|
.description {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: $pc-font-size;
|
font-size: $pc-font-size;
|
||||||
line-height: 1.6;
|
line-height: 1.8;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
+keep-tablet() {
|
+keep-tablet() {
|
||||||
|
|
Loading…
Reference in New Issue