diff options
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; } |