feat: editor layout

This commit is contained in:
Carlos Valente
2026-01-21 19:56:52 +01:00
parent 9c08f0dcb1
commit 87b1721b9a
77 changed files with 2239 additions and 781 deletions
@@ -8,6 +8,13 @@
gap: $element-inner-spacing;
}
.timerDisplay {
grid-area: timer;
max-width: 18.75rem;
min-width: 5em;
text-align: center;
}
// ---------> INDICATORS
.indicators {