56 lines
791 B
CSS
56 lines
791 B
CSS
.contact img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.contact .form__message {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.contact .icon-success {
|
|
margin-top: 0.2rem;
|
|
}
|
|
|
|
.contact .field {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
@media screen and (min-width: 750px) {
|
|
.contact .field {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.contact__fields {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
grid-column-gap: 2rem;
|
|
}
|
|
}
|
|
/*
|
|
.contact__button {
|
|
margin-top: 3rem;
|
|
} */
|
|
|
|
.contact__button button {
|
|
width: 100%;
|
|
}
|
|
|
|
/*
|
|
@media screen and (min-width: 750px) {
|
|
.contact__button {
|
|
margin-top: 4rem;
|
|
}
|
|
} */
|
|
|
|
#shx-contact-form-contact-us-send {
|
|
width: 150px;
|
|
height: 150px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media screen and (min-width: 750px) {
|
|
#shx-contact-form-contact-us-send {
|
|
width: 250px;
|
|
height: 250px;
|
|
}
|
|
}
|