Skip to content

Commit e7f35f7

Browse files
authored
Update styles.css
1 parent 7cdc7b9 commit e7f35f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web/styles.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,10 @@ main {
9090
.panel {
9191
flex: 1;
9292
display: flex;
93-
justify-content: center; /* horizontal center */
94-
align-items: flex-start; /* align to top */
95-
padding-top: 5px; /* optional: some spacing from top */
93+
flex-direction: column; /* STACK VERTICAL */
94+
justify-content: flex-start;
95+
align-items: center; /* CENTER EVERYTHING HORIZONTALLY */
96+
padding-top: 5px;
9697
position: relative;
9798
}
9899

0 commit comments

Comments
 (0)