lib.itmens/common/static/scss/_collection.scss
Henri Dickson 0ffd47ca96
new style
* new style with picocss
* djlint
* rate distribution
* collection item drag to order
* discover available for guest
* search combine movie tv
2023-05-20 11:01:18 -04:00

25 lines
386 B
SCSS

#collection-page {
@media (max-width: 768px) {
main>article>header {
display: flex;
flex-flow: column nowrap;
#collection-cover {
img {
height: 20vw;
}
height: unset !important;
order: -1;
}
#collection-feature {
order: 99;
.donut {
display: none;
}
}
}
}
}