From b56a954fecd429f9390f1bf69bdcb070ee66bf5c Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 18 Feb 2025 17:25:22 +0100 Subject: [PATCH] kolommen op klein scherm --- includes/styles_mobile.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/includes/styles_mobile.css b/includes/styles_mobile.css index 810ed63..70bdf9e 100644 --- a/includes/styles_mobile.css +++ b/includes/styles_mobile.css @@ -29,10 +29,13 @@ body { } th:nth-child(1), td:nth-child(1), /* Player */ -th:nth-child(2), td:nth-child(2), /* winrato */ -th:nth-child(3), td:nth-child(3), /* win% */ -th:nth-child(4), td:nth-child(4), /* kdh% */ -th:nth-child(8), td:nth-child(8) /* matches */ +th:nth-child(2), td:nth-child(2), /* Win % */ +th:nth-child(3), td:nth-child(3), /* AHD */ +th:nth-child(4), td:nth-child(4), /* K/D Human */ +th:nth-child(5), td:nth-child(5), /* K/D All */ +th:nth-child(6), td:nth-child(6), /* Matches */ +th:nth-child(7), td:nth-child(7), /* Wins */ +th:nth-child(8), td:nth-child(8) /* Deaths */ { display: table-cell; }