diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 22:05:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 22:05:48 +0200 |
| commit | 69a9e9cafc36cc73c196e462aa7fb7d812ab1012 (patch) | |
| tree | ab489285401c962a436167e3aaa8cd769bd04a39 | |
| parent | 54a74fd63810020806161d5ed030810039735ea2 (diff) | |
Less top margin for blockquotes
| -rw-r--r-- | website/input.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/input.css b/website/input.css index b253675..af0675d 100644 --- a/website/input.css +++ b/website/input.css @@ -41,7 +41,7 @@ @apply md:w-3/4 lg:w-3/5; } blockquote { - @apply px-3 pt-2 pb-0.5 my-4 border-s-4 border-white/80 bg-white/7 rounded-sm; + @apply px-3 pt-2 pb-0.5 mb-4 mt-2 border-s-4 border-white/80 bg-white/7 rounded-sm; } pre { |
