feat: Add day of year to clock

- Add ring for day of year
- New sections
- Move button
- Center clock
This commit is contained in:
sthag 2026-02-25 23:35:29 +01:00
parent 6e75d9b290
commit 8fb6181154
2 changed files with 63 additions and 32 deletions

View file

@ -14,15 +14,18 @@
.body_clock {
main {
@extend .sec_main_center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
height: 100vh;
width: 100%;
}
.wrap {
position: relative;
width: 512px;
height: 512px;
height: 768px;
width: 768px;
margin: 0 auto;
}