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

Template page
No edit summary
No edit summary
Line 10: Line 10:
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
}
#now-playing p {
display: none;
}
}

Revision as of 20:24, 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;
}

#now-playing p {
	display: none;
}