lbry-desktop/ui/scss/page/_show.scss

14 lines
173 B
SCSS
Raw Normal View History

2017-04-13 14:52:26 -04:00
.show-page-media {
text-align: center;
2017-10-09 22:53:50 -06:00
margin-bottom: 16px;
overflow: auto;
2017-04-13 18:32:03 -04:00
img {
max-width: 100%;
}
iframe {
width: 100%;
min-height: 500px;
}
2017-10-09 22:53:50 -06:00
}