Skip to content

Commit

Permalink
Small Styling Changes
Browse files Browse the repository at this point in the history
- Added Small Flex Box
  • Loading branch information
MrRowey committed Apr 24, 2024
1 parent 17718f3 commit 0b101dd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ <h1>
<img class="CYBRAN" src="./assets/images/faction/Cybran.svg">
FAForever Patchnotes
<img class="AEON" src="./assets/images/faction/Aeon.svg">
<img class="SERAPHIM" src="./assets/images/faction/Seraphim.svg"></h1>
<img class="SERAPHIM" src="./assets/images/faction/Seraphim.svg">
</h1>
<p>One Location where the Balance &amp; Game Patchnote are Available in an easy-to-read manner.</p>
</div>

Expand Down
15 changes: 8 additions & 7 deletions pages/balanceChanges.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@
<div class="Content">

<div id="Intro">
<h1>FAF Balance Testing</h1>
<h4>Date Updated: 09/04/2024</h4>
<p>Welcome to the FAF Balance Testing patchnotes</p>
<p>The changes listed here are all subject to change.</p>
<p>Disclaimer: Changes here may be broken or have unforeseen side effects if you encounter anything please report it to the balance team on the <a href="https://discord.gg/pK94Dk9hNz"> Game Bug Reporting </a> Channel on the FAF Discord</p>
<p>All the changes that are currently listed as part of FAFDevelop allow us to evaluate the new balance in actual games.</p>
<p>We will keep this page as up-to-date as possible and once we feel the changes are ready for the main game in beta we will push the next balance patch.</p>
<header class="FlexboxContainer" >
<h1 class="FlexGrow1">FAF Balance Testing</h1>
<h4>Date Updated: 09/04/2024</h4>
</header>

<p>Welcome to the FAF Balance Testing patchnotes. The changes listed here are all subject to change.</p>
<p><b>Disclaimer</b>: Changes here may be broken or have unforeseen side effects if you encounter anything please report it to the balance team on the <a href="https://discord.gg/pK94Dk9hNz"> Game Bug Reporting </a> Channel on the FAF Discord</p>
<p>All the changes that are currently listed as part of FAFDevelop allow us to evaluate the new balance in actual games. We will keep this page as up-to-date as possible and once we feel the changes are ready for the main game.</p>
<h4>-- Balance Team</h4>
<hr>
</div>
Expand Down
10 changes: 10 additions & 0 deletions style/balance.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ footer a:hover {
text-decoration: none;
}


.Grid {
padding: 10px;
display: grid;
Expand All @@ -39,6 +40,15 @@ footer a:hover {
grid-column: 2 ;
}

.FlexboxContainer {
display: flex;
flex-direction: row;
}

.FlexGrow1 {
flex-grow: 1;
}

.Card a {
color: var(--Link-Card);
text-decoration: underline;
Expand Down

0 comments on commit 0b101dd

Please sign in to comment.