contact us animation

main
alexanderroese 2024-06-21 17:44:10 +02:00
parent e2d7653e5d
commit ba592c4c9f
1 changed files with 12 additions and 12 deletions

View File

@ -52,18 +52,6 @@
margin: 0 auto;
}
@media screen and (min-width: 990px) {
#shx-contact-form-contact-people-talking {
height: 500px;
width: 500px;
}
#shx-contact-container {
flex-direction: row;
gap: 50px;
}
}
#shx-contact-form-contact-people-talking {
height: 180px;
width: 250px;
@ -75,3 +63,15 @@
flex-direction: column;
gap: 0px;
}
@media screen and (min-width: 990px) {
#shx-contact-form-contact-people-talking {
height: 500px;
width: 500px;
}
#shx-contact-container {
flex-direction: row;
gap: 50px;
}
}