From 886d9b23d0961e48947a2c92469ecd0e09e44dbd Mon Sep 17 00:00:00 2001 From: rulingcom Date: Wed, 13 Oct 2021 06:48:10 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/layout/content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index 64c5257..6390cdb 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -92,6 +92,7 @@ .bigcontent{ background-color: #fff; + margin-bottom: -25px; @media(max-width: $screen-xs){ padding-top: 1em; }