Make font smaller - otherwise code is displayed as SH-BU82 instead of SHBU82
This commit is contained in:
parent
b62211a5b4
commit
896837ccf4
|
|
@ -42,7 +42,7 @@ export default {
|
||||||
font-size: toRem(60px);
|
font-size: toRem(60px);
|
||||||
letter-spacing: toRem(10px);
|
letter-spacing: toRem(10px);
|
||||||
@include desktop {
|
@include desktop {
|
||||||
font-size: toRem(120px);
|
font-size: toRem(100px);
|
||||||
letter-spacing: toRem(20px);
|
letter-spacing: toRem(20px);
|
||||||
}
|
}
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue