Changes for page Public Web Site

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

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

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -761,8 +761,9 @@
761 761   }
762 762   }
763 763  
764 + @media (max-width: 760px) {
764 764   .hero.hero-centered {
765 - min-height: 280px;
766 + min-height: 260px;
766 766   }
767 767  
768 768   .hero {
... ... @@ -814,29 +814,6 @@
814 814   padding-top: 0;
815 815  }
816 816  
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 -
840 840  .resource-layout {
841 841   display: grid;
842 842   grid-template-columns: minmax(0, 760px) 280px;