trying to improve image styling
This commit is contained in:
parent
80cf55a719
commit
4cd8624c8e
1 changed files with 2 additions and 7 deletions
|
|
@ -80,7 +80,7 @@ img.image-left {
|
|||
float: left;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
width: fit-content;
|
||||
width: min-content;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ img.image-right {
|
|||
float: right;
|
||||
max-height: 100%;
|
||||
height: 100%;
|
||||
width: fit-content;
|
||||
width: min-content;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
|
@ -98,8 +98,3 @@ img.button {
|
|||
width: 110px;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
@media screen and (width <= 80rem) {
|
||||
img.image-left {}
|
||||
img.image-right {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue