From 001bc98951c56f63092f48b24ead2255eb0c994d Mon Sep 17 00:00:00 2001 From: FelesNoctis Date: Sat, 9 Dec 2023 22:23:09 -0800 Subject: [PATCH] mobile fussing --- features.html | 6 +++--- styles/main.css | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/features.html b/features.html index 94005a7..73dcae7 100644 --- a/features.html +++ b/features.html @@ -111,7 +111,7 @@

Weapons

Pistol - + This trusty sidearm fires semi auto as fast as you can pull the trigger. @@ -126,7 +126,7 @@

Weapons

Submachine Gun - + 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. @@ -140,7 +140,7 @@

Weapons

Revolver - + Slow to fire but packs a mean and accurate punch, piercing multiple demons with increased headshot damage to boot. diff --git a/styles/main.css b/styles/main.css index 50a30e6..4e6a712 100644 --- a/styles/main.css +++ b/styles/main.css @@ -452,6 +452,9 @@ h1 { .creditstitle { font-size: 0.75rem; } + .mobilehidden { + display: none !important; + } } /* Placeholder Style Content */