feat: Update clock
Add switch for 12/24-hour format.
This commit is contained in:
parent
1e874c4ac8
commit
847c4a9f6b
2 changed files with 20 additions and 2 deletions
|
|
@ -4,6 +4,11 @@
|
|||
main {
|
||||
@extend .sec_main_center;
|
||||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue