Update style.css

This commit is contained in:
jelveh
2025-12-09 16:50:11 -08:00
parent ab5f168cd7
commit 010c9b1a82

View File

@@ -5798,12 +5798,18 @@ html.dark-mode .usage-table-fade-overlay {
.dashboard-section-home .bento-container {
max-width: 1000px;
}
.dashboard-section-usage{
max-width: 800px;
}
}
/* 4K UHD */
@media (min-width: 2560px) {
.dashboard-section-home .bento-container {
max-width: 1200px;
}
.dashboard-section-usage{
max-width: 900px;
}
}
/* ============================================== */