From d5dfbc7dbe103106fe8b7c3263b63df810454a33 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Mon, 15 Nov 2021 09:50:03 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 39ea7ea..faff835 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -110,7 +110,7 @@ body{ background-color: #fff; margin-bottom: -25px; @media(max-width: $screen-xs){ - padding-top: 1em; + //padding-top: 1em; } } .layout-content-inner{