Skip to content

Instantly share code, notes, and snippets.

@5ubstance
5ubstance / chat.css
Last active August 29, 2015 14:20 — forked from inamiy/chat.css
/* Prevent font scaling when switching orientations */
html {
-webkit-text-size-adjust: none;
}
* {
margin: 0;
padding: 0;
word-wrap: break-word;
}