diff --git a/src/components/misc/ready.vue b/src/components/misc/ready.vue
index e00e7a63b..128ce6e06 100644
--- a/src/components/misc/ready.vue
+++ b/src/components/misc/ready.vue
@@ -3,7 +3,7 @@
-
{{ $t('offline.title') }}
+
{{ $t('offline.title') }}
{{ $t('offline.text') }}
@@ -128,14 +128,14 @@ load()
bottom: 5vh;
color: $white;
padding: 0 1rem;
+}
- h1 {
- font-weight: bold;
- font-size: 1.5rem;
- text-align: center;
- color: $white;
- font-weight: 700 !important;
- font-size: 1.5rem;
- }
+.title {
+ font-weight: bold;
+ font-size: 1.5rem;
+ text-align: center;
+ color: $white;
+ font-weight: 700 !important;
+ font-size: 1.5rem;
}