Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

media queries on mobile

@media only screen and (max-width: 600px) {
	...your css here and you're good to go!
}
 
PREVIOUS NEXT
Tagged: #media #queries #mobile
ADD COMMENT
Topic
Name
7+7 =