0.0.192 media 360px for_customers page
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@media (max-width: 360px) {
|
||||
|
||||
.wrapper_content{
|
||||
max-width: 330px;
|
||||
max-width: 325px;
|
||||
}
|
||||
|
||||
header{
|
||||
@@ -28,11 +28,11 @@
|
||||
.container_form_search_carrier{
|
||||
flex-direction: column;
|
||||
width: unset;
|
||||
margin: 170px 10px 10px 10px;
|
||||
margin: 80px 0;
|
||||
}
|
||||
#abbreviation_airport_in_search{
|
||||
float: left;
|
||||
height: 95%;
|
||||
height: 96%;
|
||||
border-radius: 0 10px 0 0;
|
||||
border-top: 2px solid #E6E6E6;
|
||||
border-right: 2px solid #E6E6E6;
|
||||
@@ -43,7 +43,7 @@
|
||||
border-top: 2px solid #E6E6E6;
|
||||
border-right: 2px solid #E6E6E6;
|
||||
border-bottom: 2px solid #E6E6E6;
|
||||
height: 95%;
|
||||
height: 96%;
|
||||
width: 33%;
|
||||
}
|
||||
.from_address_point_txt.find_route.first{
|
||||
@@ -105,10 +105,13 @@
|
||||
}
|
||||
.top_block_static{
|
||||
padding: 0;
|
||||
position: unset;
|
||||
width: unset;
|
||||
height: unset;
|
||||
}
|
||||
.mid_block_static{
|
||||
padding: 0;
|
||||
margin: 120px 10px;
|
||||
margin: 120px 0;
|
||||
width: 100%;
|
||||
}
|
||||
.wrapper_tab_button{
|
||||
@@ -273,6 +276,13 @@
|
||||
/*END logi_page*/
|
||||
|
||||
/* registration page*/
|
||||
|
||||
section.register>h1{
|
||||
font-size: 34px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 42px;
|
||||
}
|
||||
section.register>form{
|
||||
display: block;
|
||||
width: unset;
|
||||
@@ -294,8 +304,49 @@
|
||||
width: 96%;
|
||||
}
|
||||
|
||||
.agree>div:last-child{
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
/* END registration page*/
|
||||
|
||||
/* for_customers*/
|
||||
.top_block_static_wrapper{
|
||||
background: unset;
|
||||
}
|
||||
|
||||
#how_it_work_b{
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.mid_block_static>.text_wrapper>span{
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.map_wrapper>img{
|
||||
max-width: unset;
|
||||
width: 270%;
|
||||
height: auto;
|
||||
left: 0;
|
||||
}
|
||||
.benefit_img_about_service{
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
.benefit_img_about_service>figure>figcaption{
|
||||
margin: 15px auto;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
line-height: 22px;
|
||||
width: 60%;
|
||||
}
|
||||
/* for_customers*/
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user