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

Template page
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 10: Line 10:
.videolist {
.videolist {
     list-style: none;
     list-style: none;
    margin: 0;
}
}



Revision as of 01:07, 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%;
}

@media (max-width: 850px) {
    #now-playing {    
        width:100%;
    }
}