15 lines
No EOL
224 B
CSS
15 lines
No EOL
224 B
CSS
img {
|
|
max-height: 70%;
|
|
height: auto;
|
|
width: auto;
|
|
max-width: 70%;
|
|
object-fit: contain;
|
|
}
|
|
|
|
svg {
|
|
max-height: 70%;
|
|
height: auto;
|
|
width: auto;
|
|
max-width: 70%;
|
|
object-fit: contain;
|
|
} |