Changes for page Public Web Site

Last modified by Agnease on 2026/07/03 16:14

From version 28.51
edited by Agnease
on 2026/07/03 15:15
Change comment: There is no comment for this version
To version 28.34
edited by Agnease
on 2026/07/03 14:08
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -149,8 +149,8 @@
149 149   </div>
150 150   </section>
151 151  
152 - <div class="contrast-band-wrapper">
153 - <section class="contrast-band" aria-labelledby="industry-trust-title">
152 + <section class="contrast-band" aria-labelledby="industry-trust-title">
153 + <div class="container">
154 154   <div class="contrast-panel">
155 155   <h2 id="industry-trust-title">Trusted XWiki expertise for business-critical platforms</h2>
156 156  
... ... @@ -176,8 +176,8 @@
176 176   to workflow systems and long-term maintenance, Agnease helps keep XWiki secure, stable and ready for the future.
177 177   </p>
178 178   </div>
179 - </section>
180 - </div>
179 + </div>
180 + </section>
181 181  
182 182   <section class="split-section" aria-labelledby="why-title">
183 183   <div class="container">
XWiki.StyleSheetExtension[0]
code
... ... @@ -251,7 +251,6 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 - z-index: 0;
255 255   overflow: visible; /* allow pseudo-element to escape */
256 256   padding: 54px 0;
257 257   border-top: 0;
... ... @@ -1670,6 +1670,11 @@
1670 1670   background-attachment: fixed;
1671 1671  }
1672 1672  
1672 +#mainContentArea {
1673 + padding: 0;
1674 + overflow-x: hidden;
1675 +}
1676 +
1673 1673  /* ========== Main Page Hero / SaaS Layout ========== */
1674 1674  
1675 1675  #mainContentArea .hero.hero-saas {