diff --git a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css index d6fb152..9d6ba86 100644 --- a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css +++ b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-desktop.css @@ -2,6 +2,11 @@ main{ padding-top: 72px; } +main .other-home { + background: none!important; + padding-bottom: 68px; +} + .block-lists_text p { font-size: 18px!important; } diff --git a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css index efe7200..f00a0c8 100644 --- a/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css +++ b/wp-content/themes/cosmopet/modules/blog/assets/css/gp-style-mobile.css @@ -40,6 +40,9 @@ .anons-theme ul a { font-size: 16px!important; } + main .other-home .container{ + padding: 0px 30px 0px !important; + } } @media(max-width:600px) {