This commit is contained in:
John O'Nolan 2013-08-21 10:21:01 +02:00 committed by Hannah Wolfe
parent 43d1e2723f
commit 2faa6612b7
1 changed files with 2 additions and 4 deletions

View File

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