Make font smaller - otherwise code is displayed as SH-BU82 instead of SHBU82

This commit is contained in:
Lorenz Padberg 2023-09-07 11:38:30 +02:00
parent b62211a5b4
commit 896837ccf4
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export default {
font-size: toRem(60px);
letter-spacing: toRem(10px);
@include desktop {
font-size: toRem(120px);
font-size: toRem(100px);
letter-spacing: toRem(20px);
}
font-weight: 600;