Browse Source

big text option

Torkel Ödegaard 7 years ago
parent
commit
29f53fb5ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      public/sass/utils/_utils.scss

+ 2 - 0
public/sass/utils/_utils.scss

@@ -96,7 +96,9 @@ button.close {
 }
 
 .center-vh {
+  height: 100%;
   display: flex;
+  flex-direction: column;
   align-items: center;
   justify-content: center;
   justify-items: center;