From cfa3b7f8960b6e1969f79852c6331509e9909aa3 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 9 Mar 2016 08:45:54 -0500 Subject: Added the scientific names to birds page and styled them. Also added map with sighting location --- design/sass/_birds.scss | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'design/sass') 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%; -- cgit v1.2.3