In general, I am making a website, 4 pages, each has its own css file and another common one so as not to repeat the footer and header many times.
The problem is that on all 3 pages I normally made media queries as needed, but on the fourth it somehow works strangely.
in the last commit, there were media from other requests, so the problem is not that the names are different, I just checked that something would work.
For example, the container is a grid, with a size of 1220px, and max-width: 900px does not work in media, BUT width:900px works, the font size does not change. I’ve tried inserting media from other pages, but it doesn’t help. i have media tag in html, so this is not the problem
And for some reason this problem is specifically on the last 4 pages. (our teams)
Uploaded to the hosting: https://dananz-chi.vercel.app/
as well as github: https://github.com/tachyon322/dananz
user25494430 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.