alas/web/styles/TextInput.module.scss
Armin Friedl a279965fed
All checks were successful
continuous-integration/drone/push Build is passing
Add dalle
2022-07-10 19:47:06 +02:00

14 lines
158 B
SCSS

.inputForm {
margin-top: -70px;
}
.textBox {
height: 150px;
font-family: Nunito;
}
@media (max-height: 600px) {
.textBox {
height: 100px;
}
}