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

14 lines
189 B
SCSS
Raw Normal View History

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