This commit is contained in:
John O'Nolan 2013-08-21 10:21:01 +02:00 committed by Hannah Wolfe
parent 43d1e2723f
commit 2faa6612b7

View File

@ -27,6 +27,8 @@ body {
font-size: 2.0rem; font-size: 2.0rem;
line-height: 1.6em; line-height: 1.6em;
color: #50585D; color: #50585D;
word-break: break-word;
hyphens: auto;
} }
::-moz-selection { ::-moz-selection {
@ -108,10 +110,6 @@ a:hover {
.post { .post {
max-width: 700px; max-width: 700px;
margin: 0 auto; margin: 0 auto;
/* Break long words to new line */
word-break: break-word;
hyphens: auto;
} }
.post-title { .post-title {