about summary refs log tree commit diff
path: root/app/javascript/styles/mastodon/introduction.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/mastodon/introduction.scss')
-rw-r--r--app/javascript/styles/mastodon/introduction.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/introduction.scss b/app/javascript/styles/mastodon/introduction.scss
index 222d8f60e..b44ae7306 100644
--- a/app/javascript/styles/mastodon/introduction.scss
+++ b/app/javascript/styles/mastodon/introduction.scss
@@ -3,9 +3,10 @@
   flex-direction: column;
   justify-content: center;
   align-items: center;
+  height: 100vh;
+  background: $ui-base-color;
 
   @media screen and (max-width: 920px) {
-    background: darken($ui-base-color, 8%);
     display: block !important;
   }