Improve Spotify iframe presentation
This commit is contained in:
parent
660dd4d9da
commit
5e970154fa
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -355,3 +355,13 @@
|
|||
content: "•";
|
||||
margin: 0 .5em;
|
||||
}
|
||||
|
||||
/* Spotify Cards
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.kg-card iframe[src*="spotify.com"] {
|
||||
width: 100%;
|
||||
height: 25vw;
|
||||
min-height: 200px;
|
||||
max-height: 400px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue