< Template:Home | NowPlaying
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
display: flex; | display: flex; | ||
justify-content: center; | justify-content: center; | ||
height: min-content; | |||
} | } | ||
Revision as of 19:28, 4 June 2023
#now-playing h2 {
text-align: center;
}
#now-playing #youtube-outer {
margin: 0 auto;
float: none;
}
#button-wrap {
display: flex;
justify-content: center;
height: min-content;
}
#now-playing p {
display: none;
}