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

9 lines
133 B
SCSS
Raw Normal View History

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