summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/marquee.css
blob: adec4b50e0547569ce4969c94aa9eba3984c5d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.marquee-container {
  position: fixed;
  bottom: 4rem;
  height: 40px;
  width: 100vw;
  pointer-events: none;
}
.marquee-text {
  white-space: nowrap;
  padding-left: 100vw;
  width: 8500px;
  font-family: "Druk Wide", sans-serif;
  font-size: 26px;
  color: #fff;
}