Skip to content

Commit

Permalink
feat: book like paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
bodobraegger committed Oct 23, 2023
1 parent ff3f259 commit e6284a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
color: var(--color-primary);
}
}

p {
text-align: justify;
word-wrap: break-word;
hyphens: auto;
}
}

.bg-primary {
Expand Down

0 comments on commit e6284a8

Please sign in to comment.