bootstrap: Remove redundant margin: 0 input media queries.

This commit is contained in:
Karl Stolley
2025-04-03 13:56:24 -05:00
committed by Tim Abbott
parent 41df472d41
commit 9c47f3487e

View File

@@ -176,13 +176,3 @@ button.close {
@-ms-viewport {
width: device-width;
}
@media (min-width: 768px) and (max-width: 979px) {
input {
margin-left: 0;
}
}
@media (min-width: 1180px) {
input {
margin-left: 0;
}
}