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
-
... ... @@ -980,8 +980,14 @@ 980 980 } 981 981 982 982 .resource-cta { 983 - margin-top: 36px; 984 - padding: 22px; 983 + display: flex; 984 + flex-direction: column; 985 + align-items: center; 986 + text-align: center; 987 + 988 + max-width: 820px; 989 + margin: 42px auto 0; 990 + padding: 28px 30px; 985 985 border: 1px solid fade(@brand, 20%); 986 986 border-radius: @radius; 987 987 background: @brand-bg; ... ... @@ -988,11 +988,19 @@ 988 988 989 989 h3 { 990 990 margin-top: 0; 997 + margin-bottom: 10px; 991 991 } 992 992 993 993 p { 1001 + max-width: 680px; 1002 + margin-left: auto; 1003 + margin-right: auto; 994 994 color: @muted; 995 995 } 1006 + 1007 + .btn { 1008 + margin-top: 8px; 1009 + } 996 996 } 997 997 998 998 .resource-note, ... ... @@ -1001,6 +1001,12 @@ 1001 1001 display: flow-root; 1002 1002 } 1003 1003 1018 +@media (max-width: 767px) { 1019 + .resource-cta { 1020 + padding: 24px 20px; 1021 + } 1022 +} 1023 + 1004 1004 @media (max-width: 900px) { 1005 1005 .resource-layout { 1006 1006 padding-top: 22px;