Tweak.
This commit is contained in:
parent
43d1e2723f
commit
2faa6612b7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue