Commit ae55dab8 authored by imac's avatar imac

[Responsive]Page contact

parent 8528f153
/* ------------------------*/ /* ---------->>> 1920 <<<-----------*/ /* ------------------------*/
@media screen and (min-width: 1920px) {
/*Menu*/
.nav-wrapper{
max-width: 343px;
min-width: 343px;
}
/* Product */
#slides{
width: 700px;
}
......@@ -30,6 +36,29 @@
.inner-product-info{
margin-top: 50%;
}
/* Contact */
.contact-wrapper .form-wrapper {
padding: 186px 77px 50px;
}
.form-wrapper h2{
padding-bottom: 21px;
}
.contact-wrapper .form-wrapper form {
padding-bottom: 4px;
max-width: 330px;
}
.separation {
margin-bottom: 75px;
display: block;
margin-top: 30px;
}
.contact-form .footer {
padding: 75px 30px 220px;
}
.contact-form .half-col{
width: 100%;
padding-bottom: 13px;
}
}
/* ------------------------*/ /* ---------->>> 1280 <<<-----------*/ /* ------------------------*/
......@@ -186,7 +215,7 @@
width: 37%;
}
.right-container .right-panel{
padding: 0 27px;
padding: 0 25px;
}
/* Product */
.slides-wrapper {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment