Skip to content

Commit 77c48b5

Browse files
authored
Add panel styling for flexbox layout
1 parent 1e43018 commit 77c48b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

web/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,10 @@ main {
8787
margin: 5px auto 0 auto;
8888
width: fit-content;
8989
}
90+
91+
.panel {
92+
flex: 1;
93+
display: flex;
94+
justify-content: center;
95+
align-items: center;
96+
}

0 commit comments

Comments
 (0)