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

14 lines
189 B
SCSS

@import "../global";
.show-page-media {
text-align: center;
margin-bottom: $spacing-vertical;
img {
max-width: 100%;
}
iframe {
width: 100%;
min-height: 500px;
}
}