summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/text.overlay.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/views/text.overlay.css')
-rw-r--r--frontend/site/projects/museum/views/text.overlay.css10
1 files changed, 8 insertions, 2 deletions
diff --git a/frontend/site/projects/museum/views/text.overlay.css b/frontend/site/projects/museum/views/text.overlay.css
index 3e4ac21..4c67361 100644
--- a/frontend/site/projects/museum/views/text.overlay.css
+++ b/frontend/site/projects/museum/views/text.overlay.css
@@ -14,9 +14,10 @@
height: 100vh;
color: #FF790D;
font-family: "Druk Wide", sans-serif;
- font-size: 1.5vw;
+ font-size: 1.3vw;
padding: 1rem 10vw 1rem 1rem;
cursor: url(/last-museum/static/uploads/3/cursor/The_Last_Museum_-_Symbols-72.png) 50 50, pointer;
+ overflow: auto;
}
.text-overlay::-webkit-scrollbar {
background: transparent;
@@ -29,7 +30,12 @@
margin: 0 0 1rem 0;
line-height: 1.7;
}
+.text-overlay p:last-child {
+ margin-bottom: 4rem;
+}
.text-overlay h2 {
font-family: 'Druk Wide', sans-serif;
- font-size: 3vw;
+ font-size: 1.7vw;
+ margin-bottom: 1rem;
+ margin-top: 2rem;
}