From 0ed5ec9b75f8f3bb46b921b889c36d75d1663e4e Mon Sep 17 00:00:00 2001 From: "Ivan.Nginx" Date: Fri, 29 Sep 2017 14:49:12 +0300 Subject: [PATCH] FIX: Enhancements to Gemini scheme [5]. Remove excess margin for better economy in all schemes. --- source/css/_common/scaffolding/mobile.styl | 1 - 1 file changed, 1 deletion(-) diff --git a/source/css/_common/scaffolding/mobile.styl b/source/css/_common/scaffolding/mobile.styl index d1213b2ea..191fbfdaa 100644 --- a/source/css/_common/scaffolding/mobile.styl +++ b/source/css/_common/scaffolding/mobile.styl @@ -54,7 +54,6 @@ } .post-block { - margin-bottom: $content-mobile-padding; // Inside posts blocks content padding (default 40px). padding: $content-mobile-padding 0 !important; }