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

14 lines
173 B
SCSS
Raw Normal View History

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