fix: login form weird popin animation

This commit is contained in:
Sonny
2023-06-10 18:42:18 +02:00
parent 24e8800f20
commit f562b7c433

View File

@@ -11,7 +11,6 @@
align-items: center;
justify-content: center;
flex-direction: column;
transition: all 0.15s;
}
.login-container {
@@ -26,7 +25,6 @@
display: flex;
gap: 2.5em;
flex-direction: row;
transition: all 0.15s;
}
.image-wrapper {