0.0.216 add mobile 575px

This commit is contained in:
2023-11-10 21:12:45 +03:00
parent fe093aa9ac
commit 359ed5770d

View File

@@ -9,10 +9,7 @@
display: none; display: none;
} }
} }
@media (max-width: 767px) {
@media (max-width: 767px){ }
@media (max-width: 575px) {
.wrapper_content { .wrapper_content {
margin: 20px; margin: 20px;
@@ -87,7 +84,7 @@
width: 90%; width: 90%;
} }
.cont-el-form-search-carrier.last > select{ .cont-el-form-search-carrier.last > select{
width: 95.5%; width: 94%;
border-radius: 0 0 10px 10px; border-radius: 0 0 10px 10px;
border: 2px solid #E6E6E6; border: 2px solid #E6E6E6;
} }
@@ -95,7 +92,7 @@
width: 291px; width: 291px;
} }
.cont-el-form-search-carrier > button{ .cont-el-form-search-carrier > button{
width: 97%; width: 94%;
} }
.button_profile_header{ .button_profile_header{
@@ -222,6 +219,7 @@
} }
.news_block_main { .news_block_main {
margin: 0 0 120px 0; margin: 0 0 120px 0;
justify-content: center;
} }
.news_item { .news_item {
margin-bottom: 40px; margin-bottom: 40px;
@@ -245,6 +243,10 @@
text-align: center; text-align: center;
} }
.first-column>div:nth-child(2)>div:last-child{
justify-content: center;
}
footer{ footer{
height: unset; height: unset;
margin-top: unset; margin-top: unset;
@@ -990,7 +992,11 @@
/* */ /* */
} }
@media (max-width: 575px){
.cont-el-form-search-carrier.last > select{
width: 95%;
}
}
@media (max-width: 440px){ @media (max-width: 440px){
.container_inp_w_abr{ .container_inp_w_abr{
width: 99%; width: 99%;