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

12 lines
167 B
SCSS

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