Skip to content

Instantly share code, notes, and snippets.

@klaemo
Created July 23, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save klaemo/6a8d95460756358b6c86 to your computer and use it in GitHub Desktop.
Save klaemo/6a8d95460756358b6c86 to your computer and use it in GitHub Desktop.
stackenblochen mobile
<!-- in den <head> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
/* ganz ans Ende */
@media only screen and (max-width: 600px) {
body{
font-size: 14px;
padding: 14px;
}
#Content {
padding: 0;
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment