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 9d6ba86..bc188b4 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 @@ -11,6 +11,10 @@ main .other-home { font-size: 18px!important; } +.home-blog { + padding: 60px 0 68px!important; +} + .user a{ display: flex; align-items: center; @@ -96,3 +100,5 @@ main .other-home { + + 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 f00a0c8..a573dae 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 @@ -43,6 +43,9 @@ main .other-home .container{ padding: 0px 30px 0px !important; } + .home-blog { + padding: 60px 0 20px!important; + } } @media(max-width:600px) {