I have a few divs with some text in it. When changing the font-size for all of them in the media query, it doesn't wanna change the size of 'text-1', but it will change the size of 'text-2'
Before media query:
After media query:
If I change the font-color in the media query, text-1 will change but as for the sizing, it doesn't?
I've also deleted EVERY SINGLE other element in both HTML and CSS, and the issue is still there? That's literally impossible