доделал основу адаптивности

This commit is contained in:
Kirill Pet
2024-12-19 02:55:50 +03:00
parent abc8f59a8e
commit ce39d4028e
4 changed files with 63 additions and 17 deletions

View File

@@ -364,10 +364,9 @@
/* projects */
.projects{
margin: 37px -20px -20px -20px;
}
.projects .swiper-wrapper{
margin: 37px -20px -20px -20px;
display: flex;
flex-wrap: wrap;
}
@@ -737,6 +736,9 @@
.text-form__content{
width: 100%;
}
.text-form__content .text-2{
margin-top: 40px;
}
.text-form__form{
margin-left: 40px;
@@ -843,5 +845,10 @@
flex-direction: column;
justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1063px) {
.call__content{
width: 100%;
}
}
/* call */
@media only screen and (min-width: 992px) and (max-width: 1032px) {}

View File

@@ -72,4 +72,10 @@
display: none;
}
}
/* services */
/* services */
/* call */
.call .title-3{
font-size: 20px;
}
/* call */

View File

@@ -190,6 +190,9 @@
/* header */
/* footer */
.footer{
margin-top: 96px;
}
.footer__wrapper{
padding: 0 16px;
@@ -338,6 +341,8 @@ main{
@media only screen and (max-width: 992px) {
.projects{
overflow: hidden;
margin: 0;
}
.projects .swiper-wrapper{
margin: 40px 0 0 0;
@@ -579,4 +584,32 @@ main{
}
/* services */
/* call */
@media only screen and (max-width: 992px) {
.call{
padding: 40px 16px 39px 16px;
}
.call__content{
margin-top: 40px;
width: 100%;
height: auto;
flex-direction: column;
}
.call__item{
margin-top: 24px;
}
.call__item:first-child{
margin-top: 0;
}
.call__item a{
margin-top: 24px;
}
.call__item a:first-child{
margin-top: 0;
}
}
/* call */
@media only screen and (max-width: 992px) {}