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