Fixed some size errors
This commit was merged in pull request #17.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user