Changes for page Public Web Site

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

From version 28.20
edited by Agnease
on 2026/07/03 13:06
Change comment: There is no comment for this version
To version 28.21
edited by Agnease
on 2026/07/03 13:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -251,11 +251,9 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 - left: 50%;
255 - right: 50%;
256 256   width: 100vw;
257 - margin-left: -50vw;
258 - margin-right: -50vw;
255 + margin-left: calc(50% - 50vw);
256 + margin-right: calc(50% - 50vw);
259 259   overflow: hidden;
260 260   padding: 54px 0;
261 261   background:
... ... @@ -300,6 +300,10 @@
300 300   }
301 301  }
302 302  
301 +#mainContentArea {
302 + overflow-x: hidden;
303 +}
304 +
303 303  .contrast-tags {
304 304   max-width: 940px;
305 305   margin: 0 auto;