Untitled
unknown
plain_text
5 months ago
952 B
4
Indexable
<style> body:not(.page-index) #MainContent { margin-top: calc(var(--announcement-bar-height-mobile) + var(--header-bar-height-mobile) + var(--element-height)) !important; } body:not(.page-index) #MainContent { @media (max-width: 767px) { margin-top: calc(var(--announcement-bar-height-mobile) + var(--header-bar-height-mobile) + var(--element-height)) !important; } } #because_intelligence-top_bar_afe26006ffa + .header-nav-wrapper { margin-top: 0 !important; } #because_intelligence-top_bar_afe26006ffa{ margin-top: var(--announcement-bar-height) !important; } body .header-nav-wrapper + #because_intelligence-top_bar_afe26006ffa { margin-top: 0 !important; } </style> <script> const element = document.getElementById('because_intelligence-top_bar_afe26006ffa'); if (element) { const height = element.offsetHeight; document.documentElement.style.setProperty('--element-height', `${height}px`); } </script>
Editor is loading...
Leave a Comment