Skip to content

Commit

Permalink
Add Issues reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Feb 2, 2024
1 parent 7fb0b2c commit bb690ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ <h2>Game</h2>
<h3>Upcoming Balance Changes</h3>
<p>You can see the latest changes <a href="balanceChanges.html">here</a>. <br>This list of the current changes is on the FAF Develop game type and is subject to changes.</p>
</div>

<div class="support gridBG">
<h3>Report Any Issues</h3>
<p>If you see any issues report please submit a report <a href="https://github.com/FAForever/patchnotes/issues">here.</a></p>
</div>


</main>
Expand Down
9 changes: 8 additions & 1 deletion style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit bb690ee

Please sign in to comment.