diff options
Diffstat (limited to 'frontend/site/projects/museum/views/landscape.warning.css')
| -rw-r--r-- | frontend/site/projects/museum/views/landscape.warning.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
