Skip to content

Commit

Permalink
Fixed the homepage buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigabyte5671 committed Sep 23, 2021
1 parent d95d06c commit 23e4429
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ body{
padding-right: 10px;
transform: translateY(30px);
text-align: center;
text-decoration: none;
color: #AA1B13;
border: 1px solid #AA1B13;
border-radius: 5px;
Expand Down
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ <h2>TAAGC</h2>
</div>
<div class="subtitle">Unofficial Graphics Configurator for Tribes: Ascend</div>
<div class="buttonContainer">
<div class="button" style="display:inline-block;">Download</div>
<div class="button" style="display:inline-block;">How-To</div>
<div class="button" style="display:inline-block;">Source Docs</div>
<a href="/download" class="button" style="display:inline-block;">Download</a>
<a href="/docs" class="button" style="display:inline-block;">Docs</a>
</div>
<div class="title" style="padding-top:145px;">The most extensive tool for customising TA graphics settings</div>
<div class="info">Get under the hood of TA's Unreal Engine with advanced options for Lighting, Shadows, Textures, and Effects.</div>
Expand Down

0 comments on commit 23e4429

Please sign in to comment.