10 lines
168 B
CSS
10 lines
168 B
CSS
.notes-input {
|
|
width: 100%;
|
|
min-width: 150px;
|
|
height: 4em;
|
|
}
|
|
.first-name-input, .last-name-input, .location-input {
|
|
width: 100%;
|
|
min-width: 80px;
|
|
}
|