Changes for page Public Web Site

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

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

Summary

Details

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