Spaces:
Runtime error
Runtime error
Update public/style.css
Browse files- public/style.css +1 -2
public/style.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
body {
|
| 2 |
display: flex;
|
| 3 |
-
align-items:
|
| 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 |
}
|