3e1cc94258c9906e67f5ff63642c53959e841bf1
After multiple deploys the mobile nav still wraps into a tall stack on some user devices. The CSS source is correct, so the most likely cause is Safari aggressively caching the previous stylesheet. Adding !important to the @media block guarantees that once the new CSS actually parses, no leftover specificity quirk or cached partial keeps the wrapped layout alive. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Description
No description provided
Languages
PHP
43.6%
JavaScript
40.8%
CSS
15.6%