From 35dd3536bc72dd310c6b51670d4745dc73576830 Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Tue, 12 May 2026 18:26:59 +0300 Subject: [PATCH] Final. Deploy ready --- wp-content/themes/dekart/assets/css/camp.css | 46 ++++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/wp-content/themes/dekart/assets/css/camp.css b/wp-content/themes/dekart/assets/css/camp.css index c3f0967..885d6c3 100644 --- a/wp-content/themes/dekart/assets/css/camp.css +++ b/wp-content/themes/dekart/assets/css/camp.css @@ -66,7 +66,7 @@ html { position: relative; display: flex; border-radius: 40px; - justify-content: center; + justify-content: space-between; overflow: hidden; background: rgb(58, 154, 104); background: linear-gradient(45deg, rgba(58, 154, 104, 1) 0%, rgba(47, 204, 122, 1) 100%); @@ -271,7 +271,7 @@ html { align-items: center; - justify-content: center; + justify-content: space-between; gap: 12px; @@ -489,7 +489,7 @@ html { height: 72px; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; background: rgba(255,107,0,0.1); border-radius: 16px; margin: 0 auto 16px; @@ -590,7 +590,7 @@ html { .suggestions-wrapper { display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: space-between; gap: 20px; } .suggestions-wrapper > .suggestions__item { @@ -789,7 +789,7 @@ html { border-radius: 50%; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; flex-shrink: 0; margin-top: 28px; background: #e0f4ff; @@ -1031,7 +1031,7 @@ html { inset: 0; display: none; align-items: center; - justify-content: center; + justify-content: space-between; background: rgba(0,0,0,0.8); z-index: 100; padding: 16px; @@ -1068,7 +1068,7 @@ html { background: rgba(0,0,0,0.35); display: flex; align-items: center; - justify-content: center; + justify-content: space-between; cursor: pointer; transition: background .2s; } @@ -1236,7 +1236,7 @@ html { border-radius: 14px; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; } .pricing-card__badge--half { @@ -1354,7 +1354,7 @@ html { border-radius: 50%; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; font-size: 11px; font-weight: 700; } @@ -1418,7 +1418,7 @@ html { display: flex; flex-wrap: wrap; gap: 30px; - justify-content: center; + justify-content: space-between; } .mentors__item { @@ -1444,7 +1444,7 @@ html { .mentors__card-top { background: linear-gradient(135deg, #e0f4ff, #f0f9ff); display: flex; - justify-content: center; + justify-content: space-between; padding: 28px 20px 20px; } @@ -1644,7 +1644,7 @@ html { height: 100%; z-index: 99999; align-items: center; - justify-content: center; + justify-content: space-between; } .lw-modal--open { @@ -1687,7 +1687,7 @@ html { height: 40px; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; cursor: pointer; z-index: 2; transition: background 0.2s; @@ -1735,7 +1735,7 @@ html { font-size: 18px; background: #fff; display: flex; - justify-content: center; + justify-content: space-between; align-items: center; } @@ -1780,7 +1780,7 @@ html { display: flex; align-items: center; gap: 20px; - justify-content: center; + justify-content: space-between; } .camp-faq .box__accordion_label span { @@ -1802,7 +1802,7 @@ html { .camp-faq .accordion .box__accordion .box__accordion_label { display: flex; align-items: center; - justify-content: center; + justify-content: space-between; padding-left: 0; } @@ -1882,7 +1882,7 @@ html { flex: 1; height: 450px; align-items: center; - justify-content: center; + justify-content: space-between; } /* contact END */ @@ -1957,7 +1957,7 @@ html { background: #e8f5e9; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; } .lw-avatar--48 { width: 48px; @@ -2076,7 +2076,7 @@ html { background-color: #000; display: flex; align-items: center; - justify-content: center; + justify-content: space-between; z-index: 99999; } @@ -2111,14 +2111,14 @@ html { display: flex; flex-direction: column; gap: 20px; - justify-content: center; + justify-content: space-between; } @media (min-width: 1024px) { .hero-media-search__container { align-items: center; flex-direction: row; gap: 40px; - justify-content: center; + justify-content: space-between; } } @@ -2178,7 +2178,7 @@ html { .hero-media-search__propositions.on-desktop { display: flex; gap: 0 25px; - justify-content: center; + justify-content: space-between; margin: 15px 0 30px; } .hero-media-search .wrapper__propositions { @@ -2295,7 +2295,7 @@ html { .hero-media-search__propositions.on-mobile { display: none; gap: 0 25px; - justify-content: center; + justify-content: space-between; margin: 30px 0 15px; } @media (max-width: 1023px) {