mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(embed): adjust soundcloud embed width
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user