That was WAY too big.
This commit is contained in:
parent
697ff025fe
commit
e06f5e1116
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue