Skip to content

Commit

Permalink
only justify paragraphs and blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Loosetooth committed Oct 1, 2023
1 parent 1e22b31 commit e6faf67
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@ main {
padding: 20px 20px 60px;
max-width: 680px !important;
margin: 0 auto;
}

main > p {
text-align: justify;
}

main > blockquote {
text-align: justify;
}

0 comments on commit e6faf67

Please sign in to comment.