diff options
Diffstat (limited to 'stylesheets/library')
-rw-r--r-- | stylesheets/library/_typography.sass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/stylesheets/library/_typography.sass b/stylesheets/library/_typography.sass index d203ecf8..0e70a9e6 100644 --- a/stylesheets/library/_typography.sass +++ b/stylesheets/library/_typography.sass @@ -138,14 +138,15 @@ margin-left= !font_size * 1.625 =quote-style(!font_size = !base_font_size) - padding= !font_size !font_size !font_size * 1.625 !font_size * 1.4 + padding= !font_size*1.5 !font_size*1.5 !font_size * 1.5 !font_size * 1.8 + position: relative + margin-bottom= !font_size * 0.8125 &:before content: "\201C" font-size= !font_size * 3 - margin= 0 0 0 -.625em + margin= 5px 0 0 -.525em position: absolute font-family: Times, Georgia, serif - color: #aaa line-height: 0 > p padding: 0 |