Skip to content

Commit e27ba43

Browse files
committed
Fix css for meetup images
1 parent 86eecd1 commit e27ba43

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

static/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,10 @@ h2 {
161161
gap: 1em;
162162
}
163163

164-
.event-grid img {
165-
width: 100%;
164+
.event-grid :is(img, video) {
165+
margin: 0 auto;
166166
max-width: 90vw;
167+
max-height: 100vh;
167168
border-radius: 5px;
168169
}
169170

0 commit comments

Comments
 (0)