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

Template page
No edit summary
Tag: Manual revert
No edit summary
Line 6: Line 6:
     margin: 0 auto;
     margin: 0 auto;
     float: none;
     float: none;
}
#button-wrap {
    display: flex;
    justify-content: center;
}
}

Revision as of 11:14, 23 April 2022

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

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