Changes for page Public Web Site

Last modified by Agnease on 2026/05/30 16:24

From version 11.21
edited by Agnease
on 2026/05/22 10:10
Change comment: There is no comment for this version
To version 11.19
edited by Agnease
on 2026/05/22 10:08
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -761,9 +761,8 @@
761 761   }
762 762   }
763 763  
764 - @media (max-width: 760px) {
765 765   .hero.hero-centered {
766 - min-height: 260px;
765 + min-height: 280px;
767 767   }
768 768  
769 769   .hero {
... ... @@ -815,6 +815,29 @@
815 815   padding-top: 0;
816 816  }
817 817  
817 +.resource-header {
818 + padding: @section-padding;
819 + border-top: none;
820 + background:
821 + radial-gradient(50rem 18rem at 50% -10%, @brand-soft 0%, transparent 60%),
822 + radial-gradient(50rem 18rem at 50% 0%, #E8F6F3 0%, transparent 60%);
823 +
824 + h1 {
825 + margin: 0 auto 14px;
826 + text-align: center;
827 + line-height: 1.18;
828 + }
829 +
830 + .resource-summary {
831 + max-width: 780px;
832 + margin: 0 auto;
833 + color: @muted;
834 + text-align: center;
835 + font-size: 18px;
836 + line-height: 1.55;
837 + }
838 +}
839 +
818 818  .resource-layout {
819 819   display: grid;
820 820   grid-template-columns: minmax(0, 760px) 280px;