feat: Change clock layout
- Clock is now centered in window - Clock is resized according to window
This commit is contained in:
parent
a924065931
commit
2f87621756
2 changed files with 40 additions and 24 deletions
|
|
@ -20,13 +20,11 @@
|
|||
align-items: center;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.wrap {
|
||||
position: relative;
|
||||
height: 768px;
|
||||
width: 768px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
canvas {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue