My golden rule for media queries is set...
@media only screen and (min-width: 768px) and (max-width: 1080px) {
Strangely, I picked 1080 as a test number...
Unexpectedly, the background color changes at 1190px when resizing my page to test breakpoints. Why is this happening and how can I solve it?
Appreciate any help!
Update: Has anyone encountered this issue before? Using Semantic UI, wondering if that's the cause of this persistent problem.