From 4ecc992bad56b648e6dbb998a80e9a579f582c16 Mon Sep 17 00:00:00 2001 From: m1ga Date: Wed, 17 Jul 2024 21:23:23 +0200 Subject: [PATCH] don't upscale images in feature list --- src/app/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/globals.css b/src/app/globals.css index d252ebc..31aeebf 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -85,6 +85,10 @@ p strong { @apply w-full p-0 md:px-20; } +.blog-content li img { + @apply w-[initial] p-0 mt-2 mb-5; +} + .cla-login { @apply absolute flex items-center justify-center bg-black bg-opacity-60 rounded-xl; bottom: 13%;