diff options
Diffstat (limited to 'assets/css/tailwind.css')
-rw-r--r-- | assets/css/tailwind.css | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 1ea0c9b..e3025f1 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -560,9 +560,7 @@ blockquote { border-left-width: 4px; --tw-border-opacity: 1; border-color: rgb(132 204 22 / var(--tw-border-opacity, 1)); - padding: 1.5rem; - padding-top: 0.25rem; - padding-bottom: 0.25rem; + padding: 1rem; font-family: baskerville, serif; } @@ -573,6 +571,13 @@ blockquote p:last-of-type { letter-spacing: 0.025em; } +p { + margin-top: 0.5rem; + margin-bottom: 0.5rem; + font-size: 1.125rem; + line-height: 1.75rem; +} + h1 { margin-top: 1rem; margin-bottom: 1rem; @@ -721,14 +726,6 @@ h6 { .main-content { p { - margin-top: 1rem; - margin-bottom: 1rem; - } - p { - font-size: 1.25rem; - line-height: 1.75rem; - } - p { code { padding-left: 0.25rem; padding-right: 0.25rem; |