Skip to content

Commit

Permalink
💄 Rebuild CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Jan 10, 2023
1 parent 09e29fb commit 7d5eddf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,11 @@ video {
max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
color: var(--tw-prose-lead);
font-size: 1.25em;
Expand Down Expand Up @@ -878,11 +883,6 @@ video {
line-height: 1.75;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
Expand Down

0 comments on commit 7d5eddf

Please sign in to comment.