summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/marquee.css
blob: 2fcfd5a501560d750a03dc4c4659df7fbc9b738a (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: 6500px;
  font-family: "Druk Wide", sans-serif;
  font-size: 30px;
  color: #fff;
}