summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/titles.css
blob: a02ab263dbb106123b07d74b3c2835a4e4fb518d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.chapter-title {
  position: absolute;
  top: 2vh;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: rgba(255, 121, 13, 1.0);
  font-family: "Druk Wide";
  font-size: 1.66vw;
  transition: opacity 0.5s;
  opacity: 0;
}