11 lines
123 B
CSS
11 lines
123 B
CSS
|
|
#formFilters {
|
|
display: none;
|
|
}
|
|
|
|
.container-input {
|
|
margin: 0 auto;
|
|
}
|
|
.container-input input {
|
|
width: 250px;
|
|
} |