diff --git a/dashboard_static/index.html b/dashboard_static/index.html index bc976ac..68a75a8 100644 --- a/dashboard_static/index.html +++ b/dashboard_static/index.html @@ -86,10 +86,16 @@ -->
-
-
+
+

LATEST CLUCCS

+
+
+

FILTERED CLUCCS

+
-
+
+

SPORTS POPULARITY CHART

+
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css index 802992c..16d5e83 100644 --- a/dashboard_static/style/style.css +++ b/dashboard_static/style/style.css @@ -23,6 +23,9 @@ body { .container { background-color: var(--main-bg); color: white; + display: block; + margin-left: auto; + margin-right: auto; padding: 16px 32px; } @@ -143,4 +146,9 @@ body { border-radius: 16px; height: 400px; margin: 40px; -} \ No newline at end of file +} + +.colheader { + font-size: 38px; + padding-left: 30px; +}