< Template:Home | NowPlaying
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 15: | Line 15: | ||
#now-playing{ | #now-playing{ | ||
width: 50%; | width: 50%; | ||
} | |||
#button-wrap { | |||
display: flex; | |||
justify-content: center; | |||
margin-top: 1em; | |||
} | } | ||
Revision as of 16:47, 17 April 2022
#now-playing h2 {
text-align: center;
}
#now-playing #youtube-outer {
margin: 0 auto;
float: none;
}
.videolist {
list-style: none;
margin: 0;
}
#now-playing{
width: 50%;
}
#button-wrap {
display: flex;
justify-content: center;
margin-top: 1em;
}
@media (max-width: 850px) {
#now-playing {
width:100%;
}
}