pikto commited on
Commit
f00b0b1
·
1 Parent(s): 6ceffca

Update client/css/main.css

Browse files
Files changed (1) hide show
  1. client/css/main.css +5 -5
client/css/main.css CHANGED
@@ -1,7 +1,7 @@
1
  .main-container {
2
- display: flex;
3
- padding: var(--section-gap);
4
- height: 100vh;
5
- justify-content: center;
6
- box-sizing: border-box;
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
  }