Created
July 23, 2014 22:38
-
-
Save klaemo/6a8d95460756358b6c86 to your computer and use it in GitHub Desktop.
stackenblochen mobile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- in den <head> --> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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