summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/app/roadblock.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/app/roadblock.css')
-rw-r--r--frontend/site/projects/museum/app/roadblock.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/frontend/site/projects/museum/app/roadblock.css b/frontend/site/projects/museum/app/roadblock.css
index 73102af..6b2cf40 100644
--- a/frontend/site/projects/museum/app/roadblock.css
+++ b/frontend/site/projects/museum/app/roadblock.css
@@ -1,15 +1,17 @@
.roadblock {
- background: #111;
- color: #ff790d;
- position: absolute;
- top: 0; left: 0;
+ position: fixed;
+ top: 0;
+ left: 0;
width: 100vw;
height: 100vh;
+ background: #111;
+ color: #ff790d;
padding: 1rem 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
+ z-index: 2;
}
.roadblock-byline {
font-family: "Druk Wide";