summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/views/essay.css
blob: e648471447d3c23a85fb140d6eba5f46c3733dd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.page-essay .page-content {
  flex-direction: column;
  justify-content: flex-start;
}
.page-essay .page-subtitle {
  margin: 0rem 0 2vw 0;
}
.page-essay p {
  margin: 0 0 2vw 0;
  font-size: 1.7vw;
  line-height: 1.4;
}
.globe {
  width: 100%;
  margin-bottom: 2vw;
}
.globe svg {
  width: 100%;
}
.globe path {
  stroke: rgb(255, 121, 13);
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: transparent
}
.globe .globe-image {
  position: relative;
}
.globe .globe-image .number {
  position: absolute;
  font-family: 'Druk Wide', sans-serif;
  text-transform: uppercase;
  font-size: 2vw;
  cursor: pointer;
}