Skip to content

Commit

Permalink
mobile fussing
Browse files Browse the repository at this point in the history
  • Loading branch information
FelesNoctis committed Dec 10, 2023
1 parent fe4512d commit 001bc98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1 id="weapons">Weapons</h1>
<td>
<span>Pistol</span>
<img src="/images/sprites/weapons/slot2/pistG0.png">
<!-- <img src="/images/sprites/weapons/slot2/pistH0.png"> -->
<img src="/images/sprites/weapons/slot2/pistH0.png" class="mobilehidden">
</td>
<td>
This trusty sidearm fires semi auto as fast as you can pull the trigger.
Expand All @@ -126,7 +126,7 @@ <h1 id="weapons">Weapons</h1>
<td>
<span>Submachine Gun</span>
<img src="/images/sprites/weapons/slot2/SMGZA0.png">
<!-- <img src="/images/sprites/weapons/slot2/SMGZB0.png"> -->
<img src="/images/sprites/weapons/slot2/SMGZB0.png" class="mobilehidden">
</td>
<td>
What it lacks in accuracy it makes up for in rate of fire, this little guy burns through ammo as it turns your enemies into swiss cheese.
Expand All @@ -140,7 +140,7 @@ <h1 id="weapons">Weapons</h1>
<td>
<span>Revolver</span>
<img src="/images/sprites/weapons/slot2/REVOQ0.png">
<!-- <img src="/images/sprites/weapons/slot2/REVOT0.png"> -->
<img src="/images/sprites/weapons/slot2/REVOT0.png" class="mobilehidden">
</td>
<td>
Slow to fire but packs a mean and accurate punch, piercing multiple demons with increased headshot damage to boot.
Expand Down
3 changes: 3 additions & 0 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,9 @@ h1 {
.creditstitle {
font-size: 0.75rem;
}
.mobilehidden {
display: none !important;
}
}

/* Placeholder Style Content */
Expand Down

0 comments on commit 001bc98

Please sign in to comment.