mirror of
https://github.com/ZetaKebab/kesper.git
synced 2025-07-01 09:27:37 +00:00

committed by
Hannah Wolfe

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;
|
||||
|
Reference in New Issue
Block a user