Various design improvements

This commit is contained in:
2018-04-19 15:04:25 +02:00
parent 0a83c00c78
commit fc493fc567
20 changed files with 153 additions and 61 deletions

View File

@ -1,3 +1,5 @@
const soundtrack-margin = 1rem
.soundtracks
horizontal-wrap
justify-content space-around
@ -6,13 +8,18 @@
vertical
flex 1
flex-basis 500px
padding 1rem
margin soundtrack-margin 0
> 500px
.soundtrack
margin soundtrack-margin
.soundtrack-content
horizontal
border-radius ui-element-border-radius
box-shadow shadow-light
min-height 200px
overflow hidden
iframe
width 100%