14 lines
No EOL
198 B
CSS
14 lines
No EOL
198 B
CSS
.MediaViewer {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 2rem;
|
|
}
|
|
|
|
.MediaViewer img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
} |