CHANGELOG
2026-05-07
Header & Navigation Fixes
- Header Layout Fix: Resolved an issue where the navigation menu items would overlap with the site logo on smaller desktop and tablet screens. Implemented targeted CSS Flexbox rules and a new media query (
@media (max-width: 1040px)) to properly shrink gaps and maintain spacing.
- Live Score Button: Fixed a styling issue with the "Live Score" button in the navigation bar where the text was being truncated. Adjusted padding and flex properties to ensure the full text is always visible.
Infrastructure & Deployment
- Cache Busting: Added versioning query parameters (
?v=2) to the main.css import in _includes/base.njk. This forces the Cloudflare CDN and user browsers to fetch the latest CSS file, bypassing aggressive caching that was preventing the header fixes from appearing live.
- Version Control: Committed all navigation and infrastructure fixes and pushed them to the
origin/master branch, successfully triggering the Cloudflare Pages automated CI/CD deployment.