From ea60ee5a4b7ea509a3dffeb02386753e83f8b029 Mon Sep 17 00:00:00 2001 From: Josh-Heaps Date: Fri, 6 Mar 2026 17:15:51 -0700 Subject: [PATCH] fix css --- JoshHeaps.Net/wwwroot/css/blog/post.css | 1 - 1 file changed, 1 deletion(-) diff --git a/JoshHeaps.Net/wwwroot/css/blog/post.css b/JoshHeaps.Net/wwwroot/css/blog/post.css index a0ec26b..7ac4a9e 100644 --- a/JoshHeaps.Net/wwwroot/css/blog/post.css +++ b/JoshHeaps.Net/wwwroot/css/blog/post.css @@ -150,7 +150,6 @@ body { .post-content img { max-width: 100%; - height: auto; border-radius: 8px; margin: 1.25rem 0; }