diff options
author | luxagraf <sng@luxagraf.net> | 2016-03-09 08:45:54 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-03-09 08:45:54 -0500 |
commit | cfa3b7f8960b6e1969f79852c6331509e9909aa3 (patch) | |
tree | 5cccf751dbc386076b1eb9b838e6801450efd058 /design/sass | |
parent | 1295b8b9e9fb2d1240d4f39a4a9eda29f5721579 (diff) |
Added the scientific names to birds page and styled them. Also added map
with sighting location
Diffstat (limited to 'design/sass')
-rw-r--r-- | design/sass/_birds.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/design/sass/_birds.scss b/design/sass/_birds.scss index 9662f7c..36b6114 100644 --- a/design/sass/_birds.scss +++ b/design/sass/_birds.scss @@ -14,13 +14,18 @@ @include fontsize(22); } } - .sci { - font-style: italic; - } .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%; |