From 2f700991f32de65ad8a6972edfa688731fa528f4 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 17 May 2025 19:53:30 +0200 Subject: Remove macros --- website/input.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/input.css') 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; -- cgit v1.2.3