Changes for page Public Web Site

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

From version 28.19
edited by Agnease
on 2026/07/03 13:03
Change comment: There is no comment for this version
To version 28.22
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,6 +251,9 @@
251 251  
252 252  .contrast-band {
253 253   position: relative;
254 + width: 100vw;
255 + margin-left: calc(50% - 50vw);
256 + margin-right: calc(50% - 50vw);
254 254   overflow: hidden;
255 255   padding: 54px 0;
256 256   background:
... ... @@ -295,6 +295,8 @@
295 295   }
296 296  }
297 297  
301 +
302 +
298 298  .contrast-tags {
299 299   max-width: 940px;
300 300   margin: 0 auto;