12 lines
140 B
CSS
12 lines
140 B
CSS
|
main {
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
input[type=date] {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
resize: none;
|
||
|
font-family: sans-serif;
|
||
|
}
|