small resp.-fix for inputs

This commit is contained in:
Felix Hamann 2018-07-01 22:28:47 +02:00
parent 31935c0182
commit f7e7d45db6

View File

@ -140,6 +140,13 @@ option {
box-shadow: inset 0 1px 2px 1px rgba(50,50,50,.05);
}
@media (max-width: 425px) {
select, option {
width: 100%;
}
}
/* CUSTOM LEGACY CHECKBOX AND RADIO BOXES */
input[type="checkbox"] {
position: relative;