diff options
Diffstat (limited to 'design/sass/_global.scss')
-rw-r--r-- | design/sass/_global.scss | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/design/sass/_global.scss b/design/sass/_global.scss index 965fe17..6ea900f 100644 --- a/design/sass/_global.scss +++ b/design/sass/_global.scss @@ -55,17 +55,15 @@ abbr { cursor: help; } pre { - @include constrain_narrow(); text-align: left; @include breakpoint(alpha){ @include fontsize(18); line-height: 1.5; - margin-top: 2em; - margin-bottom: 2em; } } object, embed, video { max-width: 100%; + width: 100%; height: auto; } blockquote { @@ -73,10 +71,10 @@ blockquote { display: block; border-top: 4px solid lighten($body_font_light, 20); border-bottom: 4px solid lighten($body_font_light, 20); - padding: 1.5em 0 0.5em; - margin: 1.5em 0; + margin: 3rem 0; position: relative; text-align: left; + font-style: italic; cite { display: block; text-align: right; |