- Nov 8, 2023
- 95
- 69
Trivial user style i've decided to share, so you don't have to write it yourself:
CSS:
.p-body-inner {
max-width: 100%;
}
main#latest-page_main-wrap {
width: 100%;
}
div#latest-page_items-wrap_inner {
grid-template-columns: repeat(auto-fill, minmax(15%, 1fr)) !important;
}
Last edited: