diff options
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 89e6455..28864d6 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -67,6 +67,15 @@ article{ max-width: 100%; height: auto; } + blockquote{ + background: $border; + border-left: 5px solid #ccc; + padding: 15px 20px; + margin-top: 10px; + & > p:first-of-type{ + margin-top: 0; + } + } iframe[src*="youtube"]{ margin-top: 10px; } |