Fixed some size errors

This commit was merged in pull request #17.
This commit is contained in:
2023-09-19 17:36:45 +02:00
parent 6f3e84de94
commit 6d772e2436
2 changed files with 16 additions and 9 deletions

View File

@@ -25,7 +25,7 @@ html {
// TODO: Try to do this in a better way if possible
.prose :where(p:first-of-type):not(:where([class~="not-prose"] *)) {
font-size: initial;
font-size: unset;
}
.container-large {
@@ -44,6 +44,9 @@ html {
--tw-prose-headings: var(--primaryColor);
--tw-prose-bold: var(--primaryColor);
--tw-prose-bullets: var(--primaryColor);
font-size: 1.05rem;
li > div {
margin: 0;
}