Skip to content

Commit 5f44605

Browse files
committed
pictures in an event dont scale correct #1649
1 parent 3b3a68d commit 5f44605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

adm_themes/simple/css/admidio.css

+5
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,11 @@ input[type=time] {
416416
height: 95%;
417417
}
418418

419+
.admidio-blog img, .admidio-card img {
420+
max-width: 100%;
421+
height: auto;
422+
}
423+
419424
.admidio-card li {
420425
padding-left: 0;
421426
padding-right: 0;

0 commit comments

Comments
 (0)