Created by: Starsam80
These media queries for min-width were unnecessary and produced stuff like
@media (min-width: 576px) and (min-width: 576px) {
/* Some CSS here */
}
Removing these queries fixes this.
P.S.: Lately, I've been noticing a lot of stuff weird/wrong with the code, so expect some PRs from me. I would like to do a giant PR with all of my fixes but that would be annoying to review, so I'm splitting it up into several different ones. With this method, it would also be easier to reject some changes by just closing the PR.