Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
|
@@ -23,10 +23,10 @@
|
|
| 23 |
min-height: 100vh;
|
| 24 |
}
|
| 25 |
.container {
|
| 26 |
-
|
| 27 |
-
margin: 0 auto;
|
| 28 |
-
padding: 20px;
|
| 29 |
flex-grow: 1;
|
|
|
|
|
|
|
| 30 |
}
|
| 31 |
header {
|
| 32 |
background-color: white;
|
|
@@ -40,9 +40,9 @@
|
|
| 40 |
}
|
| 41 |
.graph-container {
|
| 42 |
width: 100%;
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
border:
|
| 46 |
}
|
| 47 |
footer {
|
| 48 |
background-color: var(--secondary-color);
|
|
|
|
| 23 |
min-height: 100vh;
|
| 24 |
}
|
| 25 |
.container {
|
| 26 |
+
width: 100%;
|
|
|
|
|
|
|
| 27 |
flex-grow: 1;
|
| 28 |
+
display: flex;
|
| 29 |
+
flex-direction: column;
|
| 30 |
}
|
| 31 |
header {
|
| 32 |
background-color: white;
|
|
|
|
| 40 |
}
|
| 41 |
.graph-container {
|
| 42 |
width: 100%;
|
| 43 |
+
flex-grow: 1;
|
| 44 |
+
min-height: 70vh;
|
| 45 |
+
border: none;
|
| 46 |
}
|
| 47 |
footer {
|
| 48 |
background-color: var(--secondary-color);
|