Changes for page Public Web Site
Last modified by Agnease on 2026/05/30 16:24
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- code
-
... ... @@ -168,6 +168,8 @@ 168 168 .hero { 169 169 overflow: hidden; 170 170 171 + overflow: hidden; 172 + 171 171 &.hero-centered { 172 172 text-align: center; 173 173 background: ... ... @@ -182,12 +182,12 @@ 182 182 &.main-page-hero { 183 183 background: 184 184 linear-gradient( 185 - rgba(244, 252, 250, 0. 94),186 - rgba(255, 255, 255, 0.9 7)187 + rgba(244, 252, 250, 0.82), 188 + rgba(255, 255, 255, 0.90) 187 187 ), 188 - url(' https://agnease.com/bin/download/PublicWebSite/WebHome/main-page-hero.png?rev=1.1') center center / cover no-repeat;190 + url('/bin/download/PublicWebSite/WebHome/main-page-hero.png') center center / cover no-repeat; 189 189 } 190 - 192 + 191 191 .hero-inner { 192 192 max-width: 860px; 193 193 margin: 0 auto;