hide on mobile
This commit is contained in:
parent
dc6472f383
commit
4fbf2ff175
1 changed files with 6 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue