better image display
This commit is contained in:
parent
da4f7d7b9d
commit
d20e73e251
1 changed files with 4 additions and 1 deletions
|
@ -1,11 +1,14 @@
|
|||
<style>
|
||||
img, video {
|
||||
max-width: 100px;
|
||||
max-height: 200px;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
.only-img {
|
||||
max-width: 450px;
|
||||
max-width: 200px;
|
||||
max-height: 450px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
p {
|
||||
|
|
Loading…
Reference in a new issue