summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/landscape.warning.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-30 19:11:14 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-30 19:11:14 +0200
commit097f38001543c3e59a803b8b8fd01ef4e3572035 (patch)
tree701624eb55c8611ae65486984c64da7b6b5c09ea /frontend/site/projects/museum/views/landscape.warning.css
parent457e6b8ad269815c206d1eada684d0678fa0c40a (diff)
last minute mobile fixes
Diffstat (limited to 'frontend/site/projects/museum/views/landscape.warning.css')
-rw-r--r--frontend/site/projects/museum/views/landscape.warning.css4
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;