blob: d8a736ee8dfd089d39fd29ca18bbd0cb0ec90670 (
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
|
.iframe-wrapper {
@include constrain_wide()
}
.taxon {
display: none !important;
}
#birds {
.post--title {
@include fontsize(18);
a {
font-style: normal;
@include fontsize(22);
}
}
.audio-figure {
audio {
display: block;
width: 100%;
}
small { display: block;}
}
}
.sci {
font-style: italic;
}
.birds {
article {
@include constrain_narrow;
}
audio { width: 100%;}
.audio-figure {
margin-top: 2em;
margin-bottom: 2em;
}
article h2, h3 { font-weight: 400;}
article h2 { margin-bottom: 0;}
h3 {
margin-top: 0;
}
.map {
margin: 0 auto;
width: 99%;
height: 200px;
@include constrain_wide;
@include breakpoint(beta) {
@include constrain_narrow;
}
}
}
|