refactor: add options to hide schedule

This commit is contained in:
Carlos Valente
2024-08-31 10:54:18 +02:00
committed by Carlos Valente
parent 8bd7645c95
commit 7b932ef0f7
9 changed files with 107 additions and 68 deletions
@@ -42,6 +42,11 @@ $orange-active: #f60;
grid-template-areas: 'clock schedule';
text-transform: uppercase;
&.hide-right {
grid-template-columns: 1fr;
grid-template-areas: 'clock';
}
.clock-container {
grid-area: clock;
display: grid;