summaryrefslogtreecommitdiff
path: root/website/input.css
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2025-05-17 19:53:30 +0200
committermo8it <mo8it@proton.me>2025-05-17 19:53:30 +0200
commit2f700991f32de65ad8a6972edfa688731fa528f4 (patch)
tree3026b3539c192b34bafbeade2f164f714da9fc73 /website/input.css
parentb4a6b87e2402c8b1e56227957ed9b61406d2ce24 (diff)
Remove macros
Diffstat (limited to 'website/input.css')
-rw-r--r--website/input.css2
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;