blob: cb43929a66fabb79d2d7cd2e494cf6ced7287497 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
@media only screen and (max-device-height: 500px) {
.museum-nav .home-link {
font-size: 0.8rem
}
.site-close {
padding: 1rem;
}
.site-close span {
display: none;
}
.site-close img {
width: 1rem;
margin: 0;
}
.museum-nav .home-link.language-link {
padding: 1rem 0.5rem;
}
.museum-nav .mute svg {
width: 1.2rem;
height: 1.2rem;
}
.footer,
.footer-gradient {
height: 3rem;
}
.footer .artist-desc {
padding-bottom: 0.25rem;
}
.footer .artist-name {
font-size: 0.7rem;
}
.footer .artist-location {
font-size: 0.7rem;
}
.nav-arrow {
width: 3rem;
height: 2.25rem;
}
.nav-arrow svg {
width: 1.2rem;
height: 1.2rem;
}
.charles-text {
font-size: 1.7rem;
}
.chapter-headphones {
font-size: 0.8rem;
line-height: 1rem;
top: 0;
}
.chapter-title {
top: 1.0625rem;
}
}
|