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

Template page
No edit summary
Tag: Reverted
No edit summary
 
(10 intermediate revisions by the same user not shown)
Line 6: Line 6:
     margin: 0 auto;
     margin: 0 auto;
     float: none;
     float: none;
    align-self: center;
}
}
 
#button-wrap {
.videolist {
    display: flex;
     list-style: none;
     justify-content: center;
    height: min-content;
}
}


#now-playing{
#now-playing p {
    width: 50%;
display: none;
}
}


@media (max-width: 850px) {
#ytButton {
     #now-playing {   
background-color: transparent;
        width:100%;
    border-color: transparent;
     }
     font-family: 'Press Start 2P';
    color: hsl(335,94%,53%);
     text-transform: uppercase;
}
}

Latest revision as of 20:29, 8 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;
}

#ytButton {
	background-color: transparent;
    border-color: transparent;
    font-family: 'Press Start 2P';
    color: hsl(335,94%,53%);
    text-transform: uppercase;
}