Skip to content

Commit

Permalink
fix(p): remove adjacent p tag spacing (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason authored and kajabi-bot committed Aug 19, 2024
1 parent 2b6bc94 commit 685eafc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 5 additions & 1 deletion docs/lib/sage-frontend/stylesheets/docs/_panel.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.docs-panel {
@include sage-panel;

@media screen and (min-width: sage-breakpoint(lg-min)) {
padding: 5rem;
}

p + p {
margin-top: 1.5rem;
}
}
4 changes: 0 additions & 4 deletions packages/sage-assets/lib/stylesheets/global/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ h6,
p {
margin-top: 0;
margin-bottom: 0;

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

li {
Expand Down

0 comments on commit 685eafc

Please sign in to comment.