Minimum height for youtube embeds
This commit is contained in:
parent
15d2f1ce18
commit
a2df79d614
@ -238,14 +238,14 @@
|
|||||||
list-style: none
|
list-style: none
|
||||||
|
|
||||||
li.projects__list-item
|
li.projects__list-item
|
||||||
display: flex
|
|
||||||
align-items: center
|
align-items: center
|
||||||
padding: 10px 0
|
|
||||||
margin: 10px 20px
|
|
||||||
background-color: white
|
background-color: white
|
||||||
border: thin solid $color-background-dark
|
border: thin solid $color-background-dark
|
||||||
border-radius: 3px
|
border-radius: 3px
|
||||||
box-shadow: 1px 1px 0 rgba(black, .1)
|
box-shadow: 1px 1px 0 rgba(black, .1)
|
||||||
|
display: flex
|
||||||
|
margin: 10px 15px
|
||||||
|
padding: 10px 0
|
||||||
|
|
||||||
&:hover
|
&:hover
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
@ -427,6 +427,12 @@
|
|||||||
iframe
|
iframe
|
||||||
min-height: 314px
|
min-height: 314px
|
||||||
|
|
||||||
|
iframe[src^="https://www.youtube"]
|
||||||
|
+media-xs
|
||||||
|
iframe
|
||||||
|
min-height: 420px
|
||||||
|
min-height: 500px
|
||||||
|
|
||||||
iframe[src^="https://w.soundcloud"]
|
iframe[src^="https://w.soundcloud"]
|
||||||
min-height: auto
|
min-height: auto
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user