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

Template page
No edit summary
Tags: Manual revert Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
#now-playing {
    border: 1px solid #f81472;
    border-radius: 15px;
}
#now-playing h2 {
#now-playing h2 {
     text-align: center;
     text-align: center;
Line 6: Line 11:
     margin: 0 auto;
     margin: 0 auto;
     float: none;
     float: none;
}
.videolist {
    list-style: none;
    margin: 0;
}
#now-playing{
    width: 50%;
}
#button-wrap {
    display: flex;
    justify-content: center;
    margin-top: 1em;
}
@media (max-width: 850px) {
    #now-playing {   
        width:100%;
    }
}
}

Revision as of 14:24, 21 April 2022

#now-playing {
    border: 1px solid #f81472;
    border-radius: 15px;
}

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

#now-playing #youtube-outer {
    margin: 0 auto;
    float: none;
}