diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-09 18:34:49 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-09 18:34:49 +0100 |
commit | de099f27f293ad1d482303644e02fb458f3f3502 (patch) | |
tree | 0738dc4cc9ccf157adc7483ba920086593724856 /assets/css/input.css | |
parent | c4b5e3e29612c84dc270967c3181d2dddb0a82c6 (diff) | |
download | hugo-minimalist-theme-de099f27f293ad1d482303644e02fb458f3f3502.tar.gz hugo-minimalist-theme-de099f27f293ad1d482303644e02fb458f3f3502.tar.bz2 hugo-minimalist-theme-de099f27f293ad1d482303644e02fb458f3f3502.zip |
[FIX] Hero blockquote spacing
Diffstat (limited to 'assets/css/input.css')
-rw-r--r-- | assets/css/input.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/css/input.css b/assets/css/input.css index 229247d..cc5bee8 100644 --- a/assets/css/input.css +++ b/assets/css/input.css @@ -19,11 +19,15 @@ blockquote::before { @layer base { blockquote { - @apply border-l-4 p-6 py-1 m-8 relative border-lime-500 baskerville; + @apply border-l-4 p-4 m-8 relative border-lime-500 baskerville; } blockquote p:last-of-type { @apply text-center uppercase mt-4 tracking-wide; } + p { + @apply my-2 text-lg; + } + h1 { @apply text-5xl font-bold my-4; } @@ -106,7 +110,6 @@ blockquote::before { } .main-content { p { - @apply my-4 text-xl; code { @apply text-blue-500 px-1; } |