Changes for page Public Web Site

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

From version 28.27
edited by Agnease
on 2026/07/03 13:20
Change comment: There is no comment for this version
To version 28.25
edited by Agnease
on 2026/07/03 13:16
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -265,7 +265,7 @@
265 265   top: 0;
266 266   bottom: 0;
267 267   left: 50%;
268 - width: calc(100vw - 1px);
268 + width: 100vw;
269 269   transform: translateX(-50%);
270 270   z-index: -2;
271 271   background:
... ... @@ -280,7 +280,7 @@
280 280   top: 0;
281 281   bottom: 0;
282 282   left: 50%;
283 - width: calc(100vw - 1px);
283 + width: 100vw;
284 284   transform: translateX(-50%);
285 285   z-index: -1;
286 286   background:
... ... @@ -1667,11 +1667,6 @@
1667 1667   background-attachment: fixed;
1668 1668  }
1669 1669  
1670 -#mainContentArea {
1671 - padding: 0;
1672 - overflow-x: hidden;
1673 -}
1674 -
1675 1675  /* ========== Main Page Hero / SaaS Layout ========== */
1676 1676  
1677 1677  #mainContentArea .hero.hero-saas {