diff --git a/src/app/static/styles/style.css b/src/app/static/styles/style.css
index 087b1d7..3e69a51 100644
--- a/src/app/static/styles/style.css
+++ b/src/app/static/styles/style.css
@@ -41,4 +41,13 @@ tbody>tr:nth-child(odd) {
.tdred {
background-color: #ff6e6e;
+}
+
+.tableWrapper {
+ overflow-x: auto;
+ transform: rotate(180deg);
+}
+
+.tableWrapper table {
+ transform: rotate(180deg);
}
\ No newline at end of file
diff --git a/src/app/views/index.html b/src/app/views/index.html
index e606717..acaad38 100644
--- a/src/app/views/index.html
+++ b/src/app/views/index.html
@@ -9,6 +9,7 @@
{{.Title}}
+
{{ if eq .EventType "Suitwalk" }}
{{template "suitwalk" .}}
{{ else if eq .EventType "RegularsTable" }}
@@ -18,6 +19,7 @@
{{ else if eq .EventType "SpecialEvent" }}
{{ template "specialEvent" . }}
{{ end }}
+