Skip to content

Commit

Permalink
fix: do not justify sidebar text
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Sep 6, 2024
1 parent 7b159be commit 31b5c7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theme/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ html {

@media (min-width: 640px) {

p,
ol,
ul {
#content>p,
#content>ol,
#content>ul {
text-align: justify;
hyphens: auto;
}
Expand Down

0 comments on commit 31b5c7e

Please sign in to comment.