summaryrefslogtreecommitdiff
path: root/design/sass/_birds.scss
blob: 8e82411d7c0ed0c948b718f9b249b2f8883803b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.iframe-wrapper {
    @include constrain_wide()
}

.taxon {
    display: none !important;
}

#birds {
    .post--title {
        @include fontsize(18);
        a {
            font-style: normal;
            @include fontsize(22);
        }
    }
    .sci {
        font-style: italic;
    }
    .audio small { display: block;}
}