Spaces:
Runtime error
Runtime error
Update client/css/main.css
Browse files- client/css/main.css +5 -5
client/css/main.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
.main-container {
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
}
|
|
|
1 |
.main-container {
|
2 |
+
display: flex;
|
3 |
+
padding: var(--section-gap);
|
4 |
+
height: 100vh;
|
5 |
+
justify-content: space-between;
|
6 |
+
box-sizing: border-box;
|
7 |
}
|