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

@ -21,6 +21,7 @@ _This release is scheduled to be released on 2021-10-01._
- Actually test all js and css files when lint script is run. - Actually test all js and css files when lint script is run.
- Update jsdocs and print warnings during testing too - Update jsdocs and print warnings during testing too
- Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available. - Update weathergov provider to try fetching not just current, but also foreacst, when API URLs available.
- Refactored clock layout
### Fixed ### Fixed

View File

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