docs(css): clarify how to enable 2 columns

This commit is contained in:
Denis Romanov 2025-10-26 01:09:14 +04:00 committed by GitHub
parent 5639f0ca09
commit b867bb6ccb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,6 +388,7 @@ div[data-v-026459e0]:has(> .group-title) {
grid-template-columns: minmax(0, 1fr);
gap: var(--spacing-16);
}
/* Enable 2 columns on wider screens; comment out to disable */
@media (min-width: 532px) {
.shadow-box.monitor-list > .monitor-list {
grid-template-columns: repeat(2, minmax(0, 1fr));