13 lines
173 B
SCSS
13 lines
173 B
SCSS
.show-page-media {
|
|
text-align: center;
|
|
margin-bottom: 16px;
|
|
overflow: auto;
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
min-height: 500px;
|
|
}
|
|
}
|