6 lines
89 B
CSS
6 lines
89 B
CSS
img {
|
|
display: block;
|
|
margin: auto;
|
|
max-width: 100%;
|
|
max-height: 100vh;
|
|
} |