attempt to fix image problem
This commit is contained in:
parent
870c2dd078
commit
5b1a62e79a
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue