1
0
Fork 0

attempt to fix image problem

This commit is contained in:
Sara Gerretsen 2025-12-29 12:33:15 +01:00
parent 870c2dd078
commit 5b1a62e79a

View file

@ -80,6 +80,7 @@ img.image-right {
float: right;
max-height: 100%;
height: 100%;
width: fit-content;
margin-left: 20px;
}
@ -87,6 +88,7 @@ img.image-left {
float: left;
max-height: 100%;
height: 100%;
width: fit-content;
margin-right: 20px;
}