Skip to content

Commit

Permalink
More attempts at CSS image width fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisglein committed Aug 9, 2024
1 parent ff2cdc2 commit 9edf31b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-08-08-Pedalboard-Version-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9edf31b

Please sign in to comment.