Skip to content

Commit 9088c33

Browse files
authored
Update clock.css
trying to fix issue with aspect ratio
1 parent 42a775d commit 9088c33

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

clock/clock.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ html, body {
77
align-items: center;
88
}
99

10+
#canvasContainer {
11+
display: flex;
12+
justify-content: center;
13+
align-items: center;
14+
width: 100%;
15+
height: 100%;
16+
}
17+
1018
canvas {
11-
19+
display: block;
1220
}

0 commit comments

Comments
 (0)