< Template:Home | NowPlaying
(Created page with "#now-playing h2 { text-align: center; } #now-playing #youtube-outer { margin: 0 auto; float: none; }") |
No edit summary Tag: Reverted |
||
| Line 6: | Line 6: | ||
margin: 0 auto; | margin: 0 auto; | ||
float: none; | float: none; | ||
} | |||
.videolist { | |||
list-style: none; | |||
} | |||
#now-playing{ | |||
width: 50%; | |||
} | |||
@media (max-width: 850px) { | |||
#now-playing { | |||
width:100%; | |||
} | |||
} | } | ||
Revision as of 18:28, 16 April 2022
#now-playing h2 {
text-align: center;
}
#now-playing #youtube-outer {
margin: 0 auto;
float: none;
}
.videolist {
list-style: none;
}
#now-playing{
width: 50%;
}
@media (max-width: 850px) {
#now-playing {
width:100%;
}
}