hippie/source/style/modules/_clock.scss
sthag 847c4a9f6b feat: Update clock
Add switch for 12/24-hour format.
2025-11-16 12:57:43 +01:00

14 lines
No EOL
192 B
SCSS

@use "../../hippie-style/hippie";
.body_clock {
main {
@extend .sec_main_center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
p {
text-align: center;
}
}