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