diff --git a/wp-content/themes/dekart/assets/css/camp.css b/wp-content/themes/dekart/assets/css/camp.css index ce2074d..f405d19 100644 --- a/wp-content/themes/dekart/assets/css/camp.css +++ b/wp-content/themes/dekart/assets/css/camp.css @@ -13,7 +13,7 @@ html { .camp { display: flex; flex-direction: column; - gap: 75px; + gap: 0; padding-top: 0; padding-bottom: 0; } @@ -1949,9 +1949,9 @@ p { @media (width > 780px) and (width < 1200px) { .camp { - gap: clamp(49px, 6.25vw, 75px); - padding-top: clamp(20px, 2.5vw, 30px); - padding-bottom: clamp(20px, 2.5vw, 30px); + gap: 0; + padding-top: 0; + padding-bottom: 0; } .container_camp { @@ -2443,20 +2443,25 @@ p { @media (width < 780px) { - .camp { - gap: 30px; - } + .camp { + gap: 0; + } - .camp_title { - font-size: 30px; - padding-bottom: 25px; + .camp section { + margin-top: 0; + margin-bottom: 0; + } + + .camp_title { + font-size: 30px; + padding-bottom: 25px; } .banner { border-radius: 0 0 40px 40px; - margin-top: 40px; + margin-top: 0; } .banner_title {