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.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/app/roadblock.css b/frontend/site/projects/museum/app/roadblock.css
index 2bf6c38..d6796d3 100644
--- a/frontend/site/projects/museum/app/roadblock.css
+++ b/frontend/site/projects/museum/app/roadblock.css
@@ -13,6 +13,7 @@
align-items: center;
justify-content: space-between;
z-index: 2;
+ cursor: pointer;
}
.roadblock-byline {
font-family: "Druk Wide";
@@ -23,6 +24,7 @@
width: 100vw;
text-align: center;
line-height: 1.1;
+ cursor: pointer;
}
.roadblock-title {
font-family: "Druk";
@@ -33,6 +35,7 @@
text-align: center;
line-height: 0.7;
transition: top 0.2s cubic-bezier(0,0,0,1);
+ cursor: pointer;
}
.roadblock-title span {
margin-left: -2vh;