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
-
... ... @@ -761,9 +761,8 @@ 761 761 } 762 762 } 763 763 764 - @media (max-width: 760px) { 765 765 .hero.hero-centered { 766 - min-height: 2 60px;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;