diff options
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index fdcb74d..ac761dc 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -1,7 +1,7 @@ article{ border-bottom: 1px solid $color-gray04; border-top: 1px solid $color-gray05; - padding: 30px 0; + padding: 30px 10px; position: relative; @media screen and (max-width: 800px){ padding-bottom: 15px; @@ -54,7 +54,7 @@ article{ font-style: italic; } p{ - margin-top: 10px; + margin-top: 10px; } h2{ font-weight: 300; @@ -137,4 +137,4 @@ article{ .share{ padding: 15px 0; @include border-shadow(); -}
\ No newline at end of file +} |