alas/web/styles/TextInput.module.scss
2022-07-03 17:29:11 +02:00

14 lines
158 B
SCSS

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