mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-18 18:43:43 +00:00
parent
73fc435125
commit
fd4aebe2e2
@ -76,6 +76,22 @@ a:hover {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-title {
|
||||||
|
/* Breaking for long words in preview region */
|
||||||
|
word-break: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
-webkit-hyphens: auto;
|
||||||
|
hyphens: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.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 {
|
||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
color: #9EABB3;
|
color: #9EABB3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user