Question

I try to set this:

@media only screen and max-width320px{footer{text-align:left;}section,body{width:300px;}}

But not work what i do bad?

Was it helpful?

Solution

@media only screen and (max-width:320px){...}

You forgot some parentheses.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top