From 0192f32fe34a83e814aa778aa179dde79faf2abe Mon Sep 17 00:00:00 2001 From: Junv Zhao Date: Mon, 23 Nov 2015 22:35:48 +0800 Subject: [PATCH] #35 styling update --- app/assets/stylesheets/published_posts/published_post.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/published_posts/published_post.scss b/app/assets/stylesheets/published_posts/published_post.scss index 912a91e..f5793c9 100644 --- a/app/assets/stylesheets/published_posts/published_post.scss +++ b/app/assets/stylesheets/published_posts/published_post.scss @@ -172,10 +172,10 @@ hr.small { .site-heading, .post-heading, .page-heading { - padding: 100px 0 50px; + padding: 50px 0 50px; color: white; @media only screen and (min-width: 768px) { - padding: 100px 0; + padding: 50px 0; } } .site-heading,