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 */