lbry-desktop/ui/scss/page/_show.scss
2017-10-09 22:53:50 -06:00

14 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;
}
}