hide on mobile
This commit is contained in:
parent
20a9bfa537
commit
bcaad12f27
1 changed files with 6 additions and 0 deletions
|
|
@ -81,6 +81,12 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
||||||
|
th:nth-child(4), td:nth-child(4),
|
||||||
|
th:nth-child(9), td:nth-child(9) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
header .banner {
|
header .banner {
|
||||||
max-height: 100px; /* Resize the maximum height for mobile */
|
max-height: 100px; /* Resize the maximum height for mobile */
|
||||||
width: 100%; /* Take full width of the container */
|
width: 100%; /* Take full width of the container */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue