From 2e66324a50895da148cf5cbc0c8445c44b4dbe81 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sun, 18 Jan 2026 12:13:22 -0500 Subject: Add height: auto to blog images --- app/assets/stylesheets/main/entries.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index d67ae67..b9e3e0b 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss @@ -201,6 +201,7 @@ img { max-width: 100%; + height: auto; box-sizing: border-box; } -- cgit 1.4.1