Skip to content

Instantly share code, notes, and snippets.

@cmcaine
Last active March 23, 2017 22:38
Show Gist options
  • Save cmcaine/1ceb22bdabc88d02316f69d6a093b047 to your computer and use it in GitHub Desktop.
Save cmcaine/1ceb22bdabc88d02316f69d6a093b047 to your computer and use it in GitHub Desktop.
Justify and hyphenate the web
p,ul,ol,dl,
div.thumbcaption /* wikipedia */ {
text-align: justify !important;
hyphens: auto !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment