diff --git a/public/loader.css b/public/loader.css index 9399396d7..df91cafc4 100644 --- a/public/loader.css +++ b/public/loader.css @@ -4,8 +4,14 @@ .loading-logo { position: absolute; - inset-block-start: 30%; - inset-inline-start: calc(50% - 150px); + inset-block-start: 25%; + inset-inline-start: calc(50% - 500px); +} + +@media only screen and (max-width: 480px) and (orientation: portrait) { + .loading-logo { + display: none; + } } .pre-loading {