That was WAY too big.

This commit is contained in:
MeowcaTheoRange 2022-09-09 10:39:45 -05:00
parent 697ff025fe
commit e06f5e1116
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@
box-sizing: border-box; box-sizing: border-box;
color: var(--foreground); color: var(--foreground);
margin: 16px 0; margin: 16px 0;
zoom: 2; zoom: 1.5;
} }
.body .clock::before { .body .clock::before {

View file

@ -195,7 +195,7 @@ sep {
height: 128px; height: 128px;
transition: bottom 0.125s; transition: bottom 0.125s;
z-index: 9; z-index: 9;
zoom: 2; zoom: 1.5;
} }
.poplight.hidden { .poplight.hidden {