Commit 9731c63260c89de02c1b79c89a3f82548de0b998
1 parent
e4c4538a
попап3
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
www/css/main.min.css
... | ... | @@ -943,8 +943,10 @@ body{font-family:Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif; |
943 | 943 | .delivery-form-par .popup-main-delivery{width:96%;left:2%;} |
944 | 944 | } |
945 | 945 | @media ( max-width: 480px ){ |
946 | - .delivery-form-par .popup-main-delivery{background-image:none;} | |
946 | + .delivery-form-par .content-popup{padding:25px;} | |
947 | + .delivery-form-par .popup-main-delivery{background-image:none;height:100%;} | |
947 | 948 | .delivery-form-par .deliver-form{justify-content: center;align-items: center;flex-direction: column;} |
948 | 949 | .delivery-form-par .text-down input {margin-bottom:5px;} |
949 | 950 | .delivery-form-par .submit-delivery-but{margin-top:5px;} |
951 | + .delivery-form-par .content-popup .text-up, .delivery-form-par .content-popup .text-down{max-width:100%;} | |
950 | 952 | } |
951 | 953 | \ No newline at end of file | ... | ... |