💄 Rebuild CSS

pull/437/head
dependabot[bot] 2023-01-10 22:09:41 +00:00 committed by github-actions[bot]
parent 09e29fbc77
commit 7d5eddf58e
1 changed files with 5 additions and 5 deletions

View File

@ -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;
@ -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;