fffiloni commited on
Commit
9814640
1 Parent(s): 42d0842

Update public/style.css

Browse files
Files changed (1) hide show
  1. public/style.css +1 -2
public/style.css CHANGED
@@ -1,6 +1,6 @@
1
  body {
2
  display: flex;
3
- align-items: center;
4
  justify-content: center;
5
  height: 100vh;
6
  margin: 0;
@@ -11,7 +11,6 @@ div#main-container {
11
  flex-direction: column;
12
  flex-wrap: nowrap;
13
  width: 576px;
14
- height: 100vh;
15
  justify-content: center;
16
  align-items: center;
17
  }
 
1
  body {
2
  display: flex;
3
+ align-items: start;
4
  justify-content: center;
5
  height: 100vh;
6
  margin: 0;
 
11
  flex-direction: column;
12
  flex-wrap: nowrap;
13
  width: 576px;
 
14
  justify-content: center;
15
  align-items: center;
16
  }