mastoradio/src/assets/scss/8-rwd/_rwd-xsmall.scss

24 lines
473 B
SCSS
Executable File

/* ----------------------------------------------------------- */
/* == rwd -> xsmall */
/* ----------------------------------------------------------- */
@media (max-width: $xsmall) {
/* Player
-------------------------------------------------------------- */
.player {
display: flex;
flex-direction: column;
}
.playerMini {
align-self: center;
margin-bottom: 2rem;
width: 16rem;
}
.track--active::before {
display: none;
}
}