Skip to content

Commit 90c88a5

Browse files
authored
Update image element CSS
1 parent 8e89c15 commit 90c88a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

wiki/theme/hedgedocs-custom.less

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@
145145
display: block;
146146
cursor: default !important;
147147
object-fit: contain;
148-
max-width: 20vw;
149-
max-height: 15vw;
148+
max-width: 50vw;
149+
max-height: 40vh;
150150
}
151151

152152
@media screen and (max-width: 76.25em) {
@@ -354,3 +354,4 @@
354354
padding: 0;
355355
margin: 0 !important;
356356
}
357+

0 commit comments

Comments
 (0)