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