From de099f27f293ad1d482303644e02fb458f3f3502 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 9 Jan 2025 18:34:49 +0100 Subject: [FIX] Hero blockquote spacing --- assets/css/input.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'assets/css/input.css') 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; } -- cgit v1.2.3