diff options
Diffstat (limited to 'design/sass/_birds.scss')
-rw-r--r-- | design/sass/_birds.scss | 12 |
1 files changed, 10 insertions, 2 deletions
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; } |