10 lines
158 B
SCSS
10 lines
158 B
SCSS
select.date, select.datetime, select.time {
|
|
display: inline;
|
|
width: auto;
|
|
}
|
|
|
|
@media(min-width:768px) {
|
|
form .text {
|
|
height: 180px;
|
|
}
|
|
} |