Skip to content

Commit

Permalink
Only add margin to consecutive paragraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Sep 16, 2024
1 parent 50897bb commit 8da97ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/assets/stylesheets/earthworks.css
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,12 @@ body {
#main-container {
flex: 1;
}

/* Geoblacklight override: only add margin for consecutive paragraphs */
p {
margin-bottom: 0;
}

p + p {
margin-top: 1rem;
}

0 comments on commit 8da97ac

Please sign in to comment.