diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-29 14:53:57 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-29 14:53:57 +0200 |
| commit | d31a4ae6d634ac86325ccbe424110525c14a5589 (patch) | |
| tree | 3c07f264649ce74747327d8e35c1d61dd1d6e0b1 /frontend/site/projects/museum/app | |
| parent | 51288f81110850e346e6303115a0780b3d4668b4 (diff) | |
final fixes?
Diffstat (limited to 'frontend/site/projects/museum/app')
| -rw-r--r-- | frontend/site/projects/museum/app/roadblock.css | 3 |
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; |
