add space between mobile input fields

This commit is contained in:
luisa.bellitto 2025-06-14 15:37:57 +02:00 committed by Luisa Bellitto
parent c94a0e9a62
commit 032806a5a9

View file

@ -104,6 +104,14 @@
gap: 24px;
}
.input-fields {
display: flex;
width: 100%;
flex-direction: column;
justify-content: space-between;
gap: 16px;
}
/* Desktop view*/
@media only screen and (min-width: 768px) {
.login-display{