We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cdc7b9 commit e7f35f7Copy full SHA for e7f35f7
web/styles.css
@@ -90,9 +90,10 @@ main {
90
.panel {
91
flex: 1;
92
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 */
+ flex-direction: column; /* STACK VERTICAL */
+ justify-content: flex-start;
+ align-items: center; /* CENTER EVERYTHING HORIZONTALLY */
96
+ padding-top: 5px;
97
position: relative;
98
}
99
0 commit comments