revert: remove contain:layout - caused navbar CLS increase

contain:layout on main-content fixed AdSense CLS but broke
navbar-collapse causing 0.575 CLS (total 0.887 vs 0.583 before)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
FrankZamora
2025-11-30 23:28:42 -06:00
parent 8710895db5
commit d145d4dfde

View File

@@ -895,11 +895,6 @@ article ins.adsbygoogle {
min-height: 200px; min-height: 200px;
} }
/* CLS Prevention: Aislar main-content de re-layouts externos */
#main-content,
main.site-main {
contain: layout style;
}
/* ========================================================================== /* ==========================================================================
CLS PREVENTION - Navbar Collapse (Mobile) CLS PREVENTION - Navbar Collapse (Mobile)