feat: Add day of year to clock
- Add ring for day of year - New sections - Move button - Center clock
This commit is contained in:
parent
6e75d9b290
commit
8fb6181154
2 changed files with 63 additions and 32 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue