hide on mobile

This commit is contained in:
Thijs Stobbelaar 2023-11-03 22:33:04 +01:00
parent dc6472f383
commit 4fbf2ff175

View file

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