From bcaad12f271e6b5cd0344cad13e11c58a3ac6bba Mon Sep 17 00:00:00 2001 From: Lanta Date: Fri, 3 Nov 2023 22:33:04 +0100 Subject: [PATCH] hide on mobile --- includes/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/includes/styles.css b/includes/styles.css index f731d87..c84ad6f 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -81,6 +81,12 @@ footer { } @media (max-width: 600px) { + + th:nth-child(4), td:nth-child(4), + th:nth-child(9), td:nth-child(9) { + display: none; + } + header .banner { max-height: 100px; /* Resize the maximum height for mobile */ width: 100%; /* Take full width of the container */