Skip to content

Commit 9feb865

Browse files
committed
Adjust image fit CSS
1 parent a4d2d06 commit 9feb865

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

_posts/2024-08-08-Pedalboard-Version-2.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ title: "Pedalboard Version 2"
44
tags: guitar
55
---
66
<style type="text/css" rel="stylesheet">
7+
img.left, img.right {
8+
width: fit-content;
9+
object-fit: contain;
10+
}
11+
712
img.left {
813
height: 12em;
914
float: left;
10-
width: fit-content;
1115
margin-right: 1em;
1216
}
1317

1418
img.right {
1519
height: 12em;
1620
float: right;
17-
width: fit-content;
1821
margin-left: 1em;
1922
}
2023

0 commit comments

Comments
 (0)