blob: 36b6114966f9d724680ce6fcab0d415c0e6210d7 (
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
|
.iframe-wrapper {
@include constrain_wide()
}
.taxon {
display: none !important;
}
#birds {
.post--title {
@include fontsize(18);
a {
font-style: normal;
@include fontsize(22);
}
}
.audio small { display: block;}
}
.sci {
font-style: italic;
}
.birds {
h2, h3 { font-weight: 400;}
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;
}
}
}
|