contact us animation
parent
94d890f65a
commit
578a7b44ae
|
@ -52,12 +52,19 @@
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 990px) {
|
||||||
#shx-contact-form-contact-people-talking {
|
#shx-contact-form-contact-people-talking {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 989px) {
|
#shx-contact-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 50px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#shx-contact-form-contact-people-talking {
|
#shx-contact-form-contact-people-talking {
|
||||||
height: 180px;
|
height: 180px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
|
@ -67,10 +74,3 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 0px;
|
gap: 0px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#shx-contact-container {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 50px;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue