mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-14 12:28:04 +00:00
parent
d6fec8d50f
commit
43d1e2723f
@ -108,14 +108,14 @@ 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 {
|
||||||
/* Breaking for long words in preview region */
|
|
||||||
word-break: break-word;
|
|
||||||
word-break: break-all;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-title a {
|
.post-title a {
|
||||||
@ -123,11 +123,7 @@ a:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content {
|
.post-content {
|
||||||
/* Breaking for long words in preview region */
|
|
||||||
word-break: break-word;
|
|
||||||
word-break: break-all;
|
|
||||||
-webkit-hyphens: auto;
|
|
||||||
hyphens: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-meta {
|
.post-meta {
|
||||||
|
Loading…
Reference in New Issue
Block a user