From 85ce83a3fa1a6d084035babd4c7fc49c4f1e90f7 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 21 Mar 2016 10:23:54 -0400 Subject: finished up bird app basics. Pretty much works now. Just need builder to write it out --- design/sass/_birds.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'design/sass') diff --git a/design/sass/_birds.scss b/design/sass/_birds.scss index 36b6114..9b712cc 100644 --- a/design/sass/_birds.scss +++ b/design/sass/_birds.scss @@ -21,8 +21,16 @@ font-style: italic; } .birds { - h2, h3 { font-weight: 400;} - h2 { margin-bottom: 0;} + article { + @include constrain_narrow; + } + audio { width: 100%;} + .audio-figure { + margin-top: 2em; + margin-bottom: 2em; + } + article h2, h3 { font-weight: 400;} + article h2 { margin-bottom: 0;} h3 { margin-top: 0; } -- cgit v1.2.3