diff --git a/index.html b/index.html
index 7834144..7e0c300 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,11 @@
Game
Upcoming Balance Changes
You can see the latest changes here.
This list of the current changes is on the FAF Develop game type and is subject to changes.
+
+
+
Report Any Issues
+
If you see any issues report please submit a report here.
+
diff --git a/style/index.css b/style/index.css
index f7f7ec0..03dbfc6 100644
--- a/style/index.css
+++ b/style/index.css
@@ -81,7 +81,14 @@ ul { columns: 3;}
.balanceChanges {
padding: 10px;
- grid-column: 2 / span 2;
+ grid-column: 2;
+ grid-row: 4;
+ text-align: center;
+}
+
+.support {
+ padding: 10px;
+ grid-column: 3;
grid-row: 4;
text-align: center;
}