Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Created September 10, 2020 06:59
Show Gist options
  • Select an option

  • Save Suzhou65/a1491111100ae064171cf3c631d01afd to your computer and use it in GitHub Desktop.

Select an option

Save Suzhou65/a1491111100ae064171cf3c631d01afd to your computer and use it in GitHub Desktop.
device screen width
@media only screen and (min-width:728px){
#NA{max-width:728px;margin:0px auto;}
#MA{display:none}
}
@media only screen and (max-width:720px){
#NA{display:none}
#MA{max-width:320px;margin:0px auto;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment