Skip to content

Commit

Permalink
pictures in an event dont scale correct #1649
Browse files Browse the repository at this point in the history
  • Loading branch information
Fasse committed May 31, 2024
1 parent 3b3a68d commit 5f44605
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions adm_themes/simple/css/admidio.css
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ input[type=time] {
height: 95%;
}

.admidio-blog img, .admidio-card img {
max-width: 100%;
height: auto;
}

.admidio-card li {
padding-left: 0;
padding-right: 0;
Expand Down

0 comments on commit 5f44605

Please sign in to comment.