Try to fix image scaling on blog posts.

This commit is contained in:
Cutieguwu
2025-08-09 16:25:35 -04:00
parent 29e7b2895c
commit 1ab705da86

View File

@@ -46,6 +46,12 @@
p { p {
color: var(--white-1); color: var(--white-1);
} }
img {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
} }
} }
} }