diff --git a/system1-factory/web/css/modern-dashboard.css b/system1-factory/web/css/modern-dashboard.css index 33effbf..b288d28 100644 --- a/system1-factory/web/css/modern-dashboard.css +++ b/system1-factory/web/css/modern-dashboard.css @@ -3848,6 +3848,9 @@ grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; } +@media (max-width: 768px) { + .moved-equipment-grid { grid-template-columns: 1fr; } +} .moved-equipment-card { background: white; diff --git a/system1-factory/web/index.html b/system1-factory/web/index.html index c631df7..f468fb2 100644 --- a/system1-factory/web/index.html +++ b/system1-factory/web/index.html @@ -10,7 +10,7 @@ if('serviceWorker' in navigator){navigator.serviceWorker.getRegistrations().then(function(r){r.forEach(function(reg){reg.unregister()});})} if('caches' in window){caches.keys().then(function(k){k.forEach(function(key){caches.delete(key)})})} - + - + + - + +