From 0bee4873b817af4fea7c1bdf257092b22af809cb Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 11 Oct 2021 21:47:47 +0100 Subject: [PATCH] :iphone: Improved splash screen for mobile devices --- public/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/index.html b/public/index.html index fe4c82e0..6c43844c 100644 --- a/public/index.html +++ b/public/index.html @@ -47,6 +47,9 @@ color: #0c0c0c; text-shadow: 0px 4px 4px #090909, 0 0 0 #000, 0px 2px 2px #000000; } + @media (max-width: 780px) { + .loading-placeholder h1 { font-size: 12vh !important; } + } #app .loading-placeholder p { font-size: 2rem; font-family: monospace;