Лагерь: Интервалы межу секциями
This commit is contained in:
parent
21221f21cc
commit
7415ee4ac2
@ -13,7 +13,7 @@ html {
|
|||||||
.camp {
|
.camp {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 75px;
|
gap: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -1949,9 +1949,9 @@ p {
|
|||||||
|
|
||||||
@media (width > 780px) and (width < 1200px) {
|
@media (width > 780px) and (width < 1200px) {
|
||||||
.camp {
|
.camp {
|
||||||
gap: clamp(49px, 6.25vw, 75px);
|
gap: 0;
|
||||||
padding-top: clamp(20px, 2.5vw, 30px);
|
padding-top: 0;
|
||||||
padding-bottom: clamp(20px, 2.5vw, 30px);
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container_camp {
|
.container_camp {
|
||||||
@ -2444,7 +2444,12 @@ p {
|
|||||||
|
|
||||||
|
|
||||||
.camp {
|
.camp {
|
||||||
gap: 30px;
|
gap: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.camp section {
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.camp_title {
|
.camp_title {
|
||||||
@ -2456,7 +2461,7 @@ p {
|
|||||||
|
|
||||||
.banner {
|
.banner {
|
||||||
border-radius: 0 0 40px 40px;
|
border-radius: 0 0 40px 40px;
|
||||||
margin-top: 40px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner_title {
|
.banner_title {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user