summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-03-21 10:23:54 -0400
committerluxagraf <sng@luxagraf.net>2016-03-21 10:23:54 -0400
commit85ce83a3fa1a6d084035babd4c7fc49c4f1e90f7 (patch)
tree5fe1746822d49186a2a83793e062cb56e9672301 /design/sass
parentf2ebf135bbf0104d655160011571927ae459f728 (diff)
finished up bird app basics. Pretty much works now. Just need builder to
write it out
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_birds.scss12
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;
}