Skip to content

Commit

Permalink
🔀 Merge pull request #841 from jpanther/dependabot/npm_and_yarn/tailw…
Browse files Browse the repository at this point in the history
…indcss/typography-0.5.11

📌 Bump @tailwindcss/typography from 0.5.10 to 0.5.11
  • Loading branch information
jpanther committed Apr 16, 2024
2 parents 96f9861 + ef63a8d commit 3f1e7d6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions assets/css/compiled/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,11 @@ video {
margin-bottom: 2em;
}

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 600;
font-family: inherit;
Expand Down Expand Up @@ -950,11 +955,6 @@ video {
margin-bottom: 0;
}

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

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://github.com/jpanther/congo#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@tailwindcss/typography": "^0.5.11",
"chart.js": "^4.4.2",
"fuse.js": "^7.0.0",
"katex": "^0.16.10",
Expand Down

0 comments on commit 3f1e7d6

Please sign in to comment.