From 359ed5770d8446ebf58aae7fb37a1d78df169ca3 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Fri, 10 Nov 2023 21:12:45 +0300 Subject: [PATCH] 0.0.216 add mobile 575px --- static/css/mobile_styles.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/static/css/mobile_styles.css b/static/css/mobile_styles.css index d703ce1..4575d4b 100644 --- a/static/css/mobile_styles.css +++ b/static/css/mobile_styles.css @@ -9,10 +9,7 @@ display: none; } } - -@media (max-width: 767px){ } - -@media (max-width: 575px) { +@media (max-width: 767px) { .wrapper_content { margin: 20px; @@ -87,7 +84,7 @@ width: 90%; } .cont-el-form-search-carrier.last > select{ - width: 95.5%; + width: 94%; border-radius: 0 0 10px 10px; border: 2px solid #E6E6E6; } @@ -95,7 +92,7 @@ width: 291px; } .cont-el-form-search-carrier > button{ - width: 97%; + width: 94%; } .button_profile_header{ @@ -222,6 +219,7 @@ } .news_block_main { margin: 0 0 120px 0; + justify-content: center; } .news_item { margin-bottom: 40px; @@ -245,6 +243,10 @@ text-align: center; } + .first-column>div:nth-child(2)>div:last-child{ + justify-content: center; + } + footer{ height: 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){ .container_inp_w_abr{ width: 99%;