Skip to content

Instantly share code, notes, and snippets.

@woodwardtw
Created January 27, 2021 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woodwardtw/a05a1a582f930110ffa2e735f63b6549 to your computer and use it in GitHub Desktop.
Save woodwardtw/a05a1a582f930110ffa2e735f63b6549 to your computer and use it in GitHub Desktop.
hopefully I'll add more here when I think of it
//not sure this really does anything but doesn't hurt
html {
-webkit-font-smoothing: antialiased;
}
//keeps the long urls or words from messing stuff
body {
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-word;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment