Skip to content

Commit

Permalink
Fix paragraph layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
lostluck committed Jan 2, 2025
1 parent 876cd9b commit c482181
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions themes/hugo-coder/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,14 @@
}

p {
text-align: justify;
text-justify: auto;
-ms-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
// text-align: justify;
// text-justify: auto;
// -ms-hyphens: auto;
// -webkit-hyphens: auto;
// hyphens: auto;

white-space: normal;
width: 70rem;
}
}

Expand Down

0 comments on commit c482181

Please sign in to comment.