Skip to content

Commit

Permalink
Update CSS to fix Header Secion for the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRowey committed Jul 24, 2024
1 parent 2daa303 commit 28af709
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/balance/2024/3810.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<header class="FlexboxContainer">
<h1 class="FlexGrow4">Patch 3810</h1>
<h4 class="FlexGrow1" id="date">Date:<i> July 7th 2024</i></h4>
</header><br>
<br><p>This balance update comprises numerous minor adjustments to certain units, providing them with backup capabilities at a distance. Additionally, there are a few significant changes, such as the introduction of the new Teleport mechanic, alongside some slight nerf's.</p>
<br><h3>-- The Balance Team</h3><br>
</header>
<p class="patchDescription">This balance update comprises numerous minor adjustments to certain units, providing them with backup capabilities at a distance. Additionally, there are a few significant changes, such as the introduction of the new Teleport mechanic, alongside some slight nerf's.</p>
<h3>-- The Balance Team</h3>
<hr>
</div>

Expand Down
8 changes: 8 additions & 0 deletions style/balance.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ li {
list-style: none;
}

header {
padding: 15px;
}

.patchDescription {
margin: 10px;
}

.Grid {
padding: 10px; /* Space inside the grid container */
display: grid; /* Enable grid layout */
Expand Down

0 comments on commit 28af709

Please sign in to comment.