Skip to content

Commit

Permalink
Added margin to p element
Browse files Browse the repository at this point in the history
  • Loading branch information
kevquirk committed Sep 13, 2023
1 parent a4d072d commit 0edc4eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ h6 {
font-size: 0.96rem;
}

p {
margin: 1.5rem 0;
}

/* Prevent long strings from overflowing container */
p, h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
Expand Down

0 comments on commit 0edc4eb

Please sign in to comment.