Skip to content

Commit 79b1497

Browse files
author
veeck
committed
Add flex to digital class
1 parent b6042b0 commit 79b1497

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/default/clock/clock_styles.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,17 @@
8787
transform-origin: 50% 100%;
8888
}
8989

90+
.module.clock .digital {
91+
display: flex;
92+
flex-direction: column;
93+
gap: 3px;
94+
}
95+
9096
.module.clock .sun,
9197
.module.clock .moon {
9298
display: flex;
9399
white-space: nowrap;
94100
gap: 10px;
95-
padding-top: 3px;
96101
}
97102

98103
.module.clock .sun > *,

0 commit comments

Comments
 (0)