From d7672c395bde4921c2e0a52a353813b8d9ee8d15 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 28 Nov 2023 09:57:33 +0100 Subject: [PATCH] unranked --- includes/styles.css | 4 ++-- index.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index 7b16683..27d7652 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -14,8 +14,8 @@ body { background-size: cover; } .table-image { - max-height: 25px; - max-width: 25px; + max-height: 50px; + max-width: 50px; width: auto; height: auto; } diff --git a/index.php b/index.php index 59cda3f..e4b2adc 100644 --- a/index.php +++ b/index.php @@ -112,7 +112,7 @@ $lastMatches = array_slice($allMatches, 0, 8); $rankPoint = htmlspecialchars($rank['stat']['data']['attributes']['rankedGameModeStats']['squad-fpp']['currentRankPoint']); echo "name" . htmlspecialchars($value) . "" . $rankPoint . ""; } else { - echo "name" . htmlspecialchars($value) . ""; + echo "name" . htmlspecialchars($value) . ""; } }