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