Update static/styles.css
Browse files- static/styles.css +3 -3
static/styles.css
CHANGED
|
@@ -11,10 +11,10 @@
|
|
| 11 |
}
|
| 12 |
|
| 13 |
body {
|
| 14 |
-
|
| 15 |
-
background: var(--bg);
|
| 16 |
min-height: 100vh;
|
| 17 |
-
display: flex;
|
| 18 |
justify-content: center;
|
| 19 |
align-items: flex-start;
|
| 20 |
padding: 20px;
|
|
|
|
| 11 |
}
|
| 12 |
|
| 13 |
body {
|
| 14 |
+
margin: 0;
|
| 15 |
+
/* background: var(--bg); */
|
| 16 |
min-height: 100vh;
|
| 17 |
+
display: flex;
|
| 18 |
justify-content: center;
|
| 19 |
align-items: flex-start;
|
| 20 |
padding: 20px;
|