From 097f38001543c3e59a803b8b8fd01ef4e3572035 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 30 Apr 2021 19:11:14 +0200 Subject: last minute mobile fixes --- frontend/site/projects/museum/views/landscape.warning.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend/site/projects/museum/views/landscape.warning.css') diff --git a/frontend/site/projects/museum/views/landscape.warning.css b/frontend/site/projects/museum/views/landscape.warning.css index 030f4ab..c88d442 100644 --- a/frontend/site/projects/museum/views/landscape.warning.css +++ b/frontend/site/projects/museum/views/landscape.warning.css @@ -1,7 +1,8 @@ .landscape-warning { position: fixed; top: 0; left: 0; - width: 100vw; height: 100vh; + z-index: 3; + width: 100%; height: 100%; background: #111111; color: #ff790d; text-shadow: 0 0 3px #ff790d; @@ -14,6 +15,7 @@ } .landscape-warning .landscape-message { margin: 2rem 0; + text-align: center; } .landscape-warning path { fill: #ff790d; -- cgit v1.2.3-70-g09d2