/* 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; } }
To submit changes or updates to an event, email [email protected].