Minimum height for youtube embeds

This commit is contained in:
Pablo Vazquez 2017-11-09 18:38:13 +01:00
parent 15d2f1ce18
commit a2df79d614
2 changed files with 9 additions and 3 deletions

View File

@ -238,14 +238,14 @@
list-style: none
li.projects__list-item
display: flex
align-items: center
padding: 10px 0
margin: 10px 20px
background-color: white
border: thin solid $color-background-dark
border-radius: 3px
box-shadow: 1px 1px 0 rgba(black, .1)
display: flex
margin: 10px 15px
padding: 10px 0
&:hover
cursor: pointer

View File

@ -427,6 +427,12 @@
iframe
min-height: 314px
iframe[src^="https://www.youtube"]
+media-xs
iframe
min-height: 420px
min-height: 500px
iframe[src^="https://w.soundcloud"]
min-height: auto