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

12 lines
167 B
SCSS
Raw Normal View History

2017-04-13 14:52:26 -04:00
.show-page-media {
text-align: center;
margin-bottom: $spacing-vertical;
2017-04-13 18:32:03 -04:00
img {
max-width: 100%;
}
iframe {
width: 100%;
min-height: 500px;
}
2017-04-13 14:52:26 -04:00
}