feat: Update clock

Add switch for 12/24-hour format.
This commit is contained in:
sthag 2025-11-16 12:57:43 +01:00
parent 1e874c4ac8
commit 847c4a9f6b
2 changed files with 20 additions and 2 deletions

View file

@ -4,6 +4,11 @@
main {
@extend .sec_main_center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
p {
text-align: center;
}
}