From f57c37c851238904cbe8ad38f8c426a2d99381a4 Mon Sep 17 00:00:00 2001 From: FractalParadigm Date: Sat, 15 Mar 2025 09:48:31 -0400 Subject: [PATCH] Slight change to giveaway disclaimer link --- index.php | 2 +- styles/primary.css | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index d49bca6..11e1c34 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ session_start();

Trojan's Trophy Room

-

Giveaway Disclaimer

+

Giveaway Disclaimer

diff --git a/styles/primary.css b/styles/primary.css index e7db73a..74f9cbb 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -273,16 +273,13 @@ margin-left: -90px; /* TEMPORARY */ -#contentFrame h4 { - margin: auto; - padding-bottom: 15px; - font-size: 250%; -} #giveawayLink { text-decoration:none; color:rgb(0, 0, 255); -webkit-text-stroke: 1px white; + font-size: 250%; + padding-bottom: 15px; } #giveawayLink:hover { color:orange;