summaryrefslogtreecommitdiff
path: root/design/sass/_birds.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_birds.scss')
-rw-r--r--design/sass/_birds.scss22
1 files changed, 20 insertions, 2 deletions
diff --git a/design/sass/_birds.scss b/design/sass/_birds.scss
index 7c841c4..8e82411 100644
--- a/design/sass/_birds.scss
+++ b/design/sass/_birds.scss
@@ -1,3 +1,21 @@
-.taxon, .left2:nth-child(2) {
- display: none;
+.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;}
}