hippie/source/style/modules/_clock.scss
sthag fcdbfb41ef feat: Add clock screen
- New screen for a ring clock
- Add a canvas with the first ring
- No functionality yet
2025-11-16 12:29:19 +01:00

9 lines
No EOL
133 B
SCSS

@use "../../hippie-style/hippie";
.body_clock {
main {
@extend .sec_main_center;
display: flex;
justify-content: center;
}
}