contact page adaptive started

This commit is contained in:
VividTruthKeeper 2022-08-16 11:13:08 +05:00
parent 7132ec18a6
commit 451dc732f5
1 changed files with 14 additions and 0 deletions

View File

@ -151,3 +151,17 @@
}
}
}
// Adaptive
@media screen and (max-width: 1150px) {
.contact-form {
grid-template-columns: 1fr;
}
.contact-form-left {
display: none;
}
.contact-form-right {
padding: 5rem 3rem;
}
}