/* 1. Hide on Mobile (Show on Desktop) */ @media screen and (max-width: 768px) { .hide-on-mobile { display: none !important; } } /* 2. Show ONLY on Mobile (Hide on Desktop) */ @media screen and (min-width: 769px) { .show-on-mobile { display: none !important; } }
| SUN | MON | TUE | WED | THU | FRI | SAT |
|---|---|---|---|---|---|---|
|
30 |
31 |
1 |
2 |
|||
|
3 |
4 |
|||||
|
20 |
21 |
22 |
23 |
|||
|
29 |
30 |