.container is defined later than media-queries for .container so the plain definition always wins the cascade war.
It needs to be moved above them in the final file.
Or move all MQ to the bottom so as too be sure it doesn't happen to other definitions as well.
.container is defined later than media-queries for .container so the plain definition always wins the cascade war.
It needs to be moved above them in the final file.
Or move all MQ to the bottom so as too be sure it doesn't happen to other definitions as well.