Changes for page Public Web Site
Last modified by Agnease on 2026/07/03 16:14
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -263,6 +263,7 @@ 263 263 264 264 /* Full‑bleed gradient background */ 265 265 .contrast-band::before { 266 + border: 2px solid red; 266 266 content: ""; 267 267 position: absolute; 268 268 top: 0; ... ... @@ -1670,6 +1670,11 @@ 1670 1670 background-attachment: fixed; 1671 1671 } 1672 1672 1674 +#mainContentArea { 1675 + padding: 0; 1676 + overflow-x: hidden; 1677 +} 1678 + 1673 1673 /* ========== Main Page Hero / SaaS Layout ========== */ 1674 1674 1675 1675 #mainContentArea .hero.hero-saas {