diff options
Diffstat (limited to 'website/input.css')
| -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 cd7a777..3dd5501 100644 --- a/website/input.css +++ b/website/input.css @@ -38,7 +38,7 @@ @apply my-5 rounded-full; } img { - @apply max-w-full w-full h-full mx-auto my-5 object-contain md:w-3/4 lg:w-3/5 rounded-sm shadow-sm; + @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 italic; |
