diff options
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 4a7ba6b..ba14807 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -3,6 +3,12 @@ article{ border-top: 1px solid $gray05; padding: 30px 0; position: relative; + @media screen and (max-width: 800px){ + padding-bottom: 15px; + } + @media screen and (max-width: 600px){ + padding: 15px 0; + } h1.title{ font-weight: 300; line-height: 35px; @@ -115,16 +121,4 @@ article{ .share{ padding: 15px 0; @include border-shadow(); -} - -@media screen and (max-width: 800px){ - article{ - padding-bottom: 15px; - } -} - -@media screen and (max-width: 600px){ - article{ - padding: 15px 0; - } }
\ No newline at end of file |