Лагерь: Интервалы межу секциями

This commit is contained in:
Dekart Deploy Bot 2026-05-10 20:59:53 +03:00
parent 21221f21cc
commit 7415ee4ac2

View File

@ -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 {