Template:Home/NowPlaying/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 6: Line 6:
     margin: 0 auto;
     margin: 0 auto;
     float: none;
     float: none;
    align-self: center;
}
}
#button-wrap {
#button-wrap {

Revision as of 20:32, 4 June 2023

#now-playing h2 {
    text-align: center;
}

#now-playing #youtube-outer {
    margin: 0 auto;
    float: none;
    align-self: center;
}
#button-wrap {
    display: flex;
    justify-content: center;
    height: min-content;
}

#now-playing p {
	display: none;
}