Skip to content

Commit bbd6f01

Browse files
committed
Fix aspect ratio
1 parent 20de7f2 commit bbd6f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ body {
4848
flex-shrink: 0;
4949
display: flex;
5050
justify-content: space-around;
51+
align-items: center;
5152
gap: var(--gap);
5253
min-width: 100%;
5354
animation: scroll 10s linear infinite;

0 commit comments

Comments
 (0)