mirror of
https://github.com/spaytac/Casper.git
synced 2026-01-21 16:54:52 +00:00
parent
73fc435125
commit
fd4aebe2e2
@ -76,6 +76,22 @@ a:hover {
|
||||
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 {
|
||||
font-size: 1.4rem;
|
||||
color: #9EABB3;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user