style(embed): adjust soundcloud embed width

This commit is contained in:
plebeius.eth
2024-04-17 14:10:15 +02:00
parent 1b755f9333
commit 1019160dfc
+7 -2
View File
@@ -71,6 +71,11 @@
.soundcloudEmbed {
height: 166px; /* default height of soundcloud embeds */
width: 100%;
max-width: 640px;
width: 700px;
}
@media (max-width: 640px) {
.soundcloudEmbed {
width: 100% !important;
}
}