Просмотр исходного кода

Adjust font weight for login title and letter spacing for page title

Kristan Kenney 6 лет назад
Родитель
Сommit
8e16e5aeef
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      web/css/styles.min.css

+ 2 - 1
web/css/styles.min.css

@@ -3064,7 +3064,7 @@ a.button.cancel {
 
 .login-welcome {
   font-size: 1.05rem !important;
-  font-weight: 400 !important;
+  font-weight: 500 !important;
   padding-bottom: 30px !important;
 }
 
@@ -3072,6 +3072,7 @@ a.button.cancel {
   font-size: 1.2rem !important;
   font-weight: 400 !important;
   padding-bottom: 30px !important;
+  letter-spacing: -0.01em;
 }
 
 .qr-code {