fix image dimensioning glitch
This commit is contained in:
parent
9957ee3f04
commit
c780197d35
1 changed files with 1 additions and 2 deletions
|
@ -99,9 +99,8 @@ body {
|
|||
|
||||
.art {
|
||||
max-height: 50vh;
|
||||
width: 400px;
|
||||
|
||||
max-width: 50vw;
|
||||
max-width: min(400px, 50vw);
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue