better image display

This commit is contained in:
tdgmcode 2023-03-15 03:57:15 -04:00
parent da4f7d7b9d
commit d20e73e251

View file

@ -1,11 +1,14 @@
<style> <style>
img, video { img, video {
max-width: 100px; max-width: 100px;
max-height: 200px;
margin: 5px; margin: 5px;
} }
.only-img { .only-img {
max-width: 450px; max-width: 200px;
max-height: 450px;
display: block;
} }
p { p {