contact us animation

main
alexanderroese 2024-06-21 17:37:24 +02:00
parent 94d890f65a
commit 578a7b44ae
1 changed files with 14 additions and 14 deletions

View File

@ -52,25 +52,25 @@
margin: 0 auto; margin: 0 auto;
} }
#shx-contact-form-contact-people-talking { @media screen and (min-width: 990px) {
height: 500px;
width: 500px;
}
@media screen and (max-width: 989px) {
#shx-contact-form-contact-people-talking { #shx-contact-form-contact-people-talking {
height: 180px; height: 500px;
width: 250px; width: 500px;
} }
#shx-contact-container { #shx-contact-container {
flex-direction: column; display: flex;
gap: 0px; align-items: center;
gap: 50px;
} }
} }
#shx-contact-container { #shx-contact-form-contact-people-talking {
display: flex; height: 180px;
align-items: center; width: 250px;
gap: 50px; }
#shx-contact-container {
flex-direction: column;
gap: 0px;
} }