Pergunta

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?

Foi útil?

Solução

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

You forgot some parentheses.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top