Fix layout of digital clock

ALignment was always set to center. Instead it now takes the positions alignment (left/center/right)
This commit is contained in:
rejas
2021-08-22 22:34:11 +02:00
parent ff0ab24000
commit 3e1b051ec3
2 changed files with 1 additions and 4 deletions

View File

@@ -82,10 +82,6 @@
transform-origin: 50% 100%;
}
.digital {
text-align: center;
}
.module.clock .sun,
.module.clock .moon {
display: flex;