removes width: 100% from img.expression
this will fix the image resolution on mobile
This commit is contained in:
parent
9bd9ddb9e1
commit
33a5a026d5
|
@ -56,7 +56,6 @@ img.expression {
|
|||
min-height: 100px;
|
||||
max-height: 90vh;
|
||||
max-width: 90vh;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue