css fix max-width

This commit is contained in:
ewen 2026-04-01 12:28:37 +02:00
parent 30af2b18a1
commit 233457d19e

View file

@ -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;
}