Improve Spotify iframe presentation

This commit is contained in:
David Darnes 2019-11-08 17:04:44 +07:00
parent 660dd4d9da
commit 5e970154fa
3 changed files with 12 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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;
}