diff --git a/admin/index.php b/admin/index.php index 3f51278..5dc4744 100644 --- a/admin/index.php +++ b/admin/index.php @@ -11,6 +11,12 @@ session_start(); + ADMIN PANEL - Trojan's Trophy Room diff --git a/index.php b/index.php index 5b10e7b..e582dc7 100644 --- a/index.php +++ b/index.php @@ -10,6 +10,12 @@ session_start(); Trojan's Trophy Room + diff --git a/styles/admin_nav.css b/styles/admin_nav.css index 33089d3..615f59b 100644 --- a/styles/admin_nav.css +++ b/styles/admin_nav.css @@ -22,7 +22,7 @@ } -@media only screen and (max-width: 480px) { +@media only screen and (min-width: 360px) and (max-width: 1024px) { #generalBody { width: 300px; } diff --git a/styles/db_management.css b/styles/db_management.css index b881d53..9dafcd5 100644 --- a/styles/db_management.css +++ b/styles/db_management.css @@ -52,7 +52,7 @@ } -@media only screen and (max-width: 480px) { +@media only screen and (min-width: 360px) and (max-width: 1024px) { .sqlOutput { width: 275px; diff --git a/styles/header.css b/styles/header.css index e5b62a9..73478ca 100644 --- a/styles/header.css +++ b/styles/header.css @@ -137,7 +137,7 @@ /* MOBILE */ -@media only screen and (max-width: 480px) { +@media only screen and (min-width: 360px) and (max-width: 1024px) { #headerLeft { display:none; diff --git a/styles/primary.css b/styles/primary.css index 27b9617..269c8b1 100644 --- a/styles/primary.css +++ b/styles/primary.css @@ -241,12 +241,12 @@ TEMPORARY /* MOBILE */ -@media only screen and (max-width: 480px) { +@media only screen and (min-width: 360px) and (max-width: 1024px) { html,body { overflow-x: hidden; } #body { - width: 370px; + width: 360px; margin: auto; } @@ -258,7 +258,7 @@ TEMPORARY border-radius: 8px; background-color: rgba(255, 255, 255, .2); width: 98%; - max-width: 370px; + max-width: 360px; min-height: 0px; padding-top: 20px; padding-left: 0; diff --git a/styles/user_management.css b/styles/user_management.css index f147828..02bf997 100644 --- a/styles/user_management.css +++ b/styles/user_management.css @@ -313,7 +313,7 @@ } -@media only screen and (max-width: 480px) { +@media only screen and (min-width: 360px) and (max-width: 1024px) { #createAccountPanel { width: 275px; diff --git a/user/user.php b/user/user.php index d79afcc..7ae9928 100644 --- a/user/user.php +++ b/user/user.php @@ -43,6 +43,12 @@ try { // Try opening the SQL database connection + My Account - Trojan's Trophy Room