From 9edf31b93f034f6753c48f17a8511dfbfc9ddf5f Mon Sep 17 00:00:00 2001 From: Chris <26607885+chrisglein@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:06:20 -0700 Subject: [PATCH] More attempts at CSS image width fixes --- _posts/2024-08-08-Pedalboard-Version-2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-08-08-Pedalboard-Version-2.md b/_posts/2024-08-08-Pedalboard-Version-2.md index 199ba0e..1d2a6ee 100644 --- a/_posts/2024-08-08-Pedalboard-Version-2.md +++ b/_posts/2024-08-08-Pedalboard-Version-2.md @@ -7,16 +7,16 @@ tags: guitar img.left, img.right { width: min-content; object-fit: contain; + height: 12em; + aspect-ratio: 25/40 auto; } img.left { - height: 12em; float: left; margin-right: 1em; } img.right { - height: 12em; float: right; margin-left: 1em; }