refactor(operator): style tweaks for small screens

This commit is contained in:
Carlos Valente
2025-11-12 06:16:52 +01:00
committed by Carlos Valente
parent e09b6bbc16
commit 843f5a968d
@@ -40,3 +40,10 @@
height: 1rem;
--progress-bar-br: 0;
}
@media (max-width: $min-tablet) {
.timers {
grid-template-columns: 1fr 1fr;
grid-template-areas: 'timers clock';
}
}