feat: Change clock layout

- Clock is now centered in window
- Clock is resized according to window
This commit is contained in:
sthag 2026-02-26 19:30:30 +01:00
parent a924065931
commit 2f87621756
2 changed files with 40 additions and 24 deletions

View file

@ -20,13 +20,11 @@
align-items: center;
height: 100vh;
width: 100%;
overflow: hidden;
}
.wrap {
position: relative;
height: 768px;
width: 768px;
margin: 0 auto;
}
canvas {