diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2018-04-09 10:42:24 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2018-04-09 10:42:24 +0200 |
| commit | ea7c9eed958ac48d8c5a4b01182d0da5468dc34c (patch) | |
| tree | 3f2877b8b1684fcea823ae34649d0bff32d87293 /stylesheets/partials | |
| parent | 4209f91325c2b76911676e7143bacdd95b759d0f (diff) | |
| download | jo.mssola.com-ea7c9eed958ac48d8c5a4b01182d0da5468dc34c.tar.gz jo.mssola.com-ea7c9eed958ac48d8c5a4b01182d0da5468dc34c.zip | |
Added jemoji and polished style for quotes
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'stylesheets/partials')
| -rw-r--r-- | stylesheets/partials/minima/_base.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/stylesheets/partials/minima/_base.scss b/stylesheets/partials/minima/_base.scss index 248fad0..69b12cf 100644 --- a/stylesheets/partials/minima/_base.scss +++ b/stylesheets/partials/minima/_base.scss @@ -129,13 +129,18 @@ blockquote { color: $grey-color; border-left: 4px solid $grey-color-light; padding-left: $spacing-unit / 2; - @include relative-font-size(1.125); - letter-spacing: -1px; - font-style: italic; + @include relative-font-size(0.95); + margin-left: 20px; + margin-right: 20px; + font-style: normal; > :last-child { margin-bottom: 0; } + + cite { + font-style: normal; + } } |
