diff --git a/index.php b/index.php index b46c9f9..d49bca6 100644 --- a/index.php +++ b/index.php @@ -48,7 +48,7 @@ session_start(); echo "ACCOUNT"; echo "HOME"; echo "LOGOUT"; - echo "ADD GAME DETAILS"; + echo "ADD GAME DETAILS"; // Anything we need to show to logged in admins will be below if (isset($_SESSION["privileges"]) && $_SESSION["privileges"] == 1){ echo "ADD A TOURNEY"; diff --git a/styles/data_display.css b/styles/data_display.css index 64b61d7..40b4114 100644 --- a/styles/data_display.css +++ b/styles/data_display.css @@ -26,7 +26,6 @@ #resultsDisplayBody { display: flex; flex-direction: row; - width: 850px; overflow: hidden; font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } diff --git a/styles/primary.css b/styles/primary.css index 269c8b1..ce91e75 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -156,6 +156,10 @@ For all the things at the bottom of the page; log in/out, 'my account', etc. padding: 5px; padding-left: 15px; padding-right: 15px; + text-align: center; + align-content: center; + width: 80px; + height: 45px; } .subNav a {