css fix max-width
This commit is contained in:
parent
30af2b18a1
commit
233457d19e
|
|
@ -72,8 +72,9 @@
|
|||
|
||||
.depeche-image {
|
||||
margin-top: 0.8rem;
|
||||
max-height: 400px;
|
||||
width: auto;
|
||||
max-height: 400px;
|
||||
max-width: 100%;
|
||||
width: auto;
|
||||
border: 1px solid #ddd;
|
||||
display: block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue