Changes for page Public Web Site

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

From version 12.19
edited by Agnease
on 2026/05/22 14:36
Change comment: There is no comment for this version
To version 12.16
edited by Agnease
on 2026/05/22 10:58
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
code
... ... @@ -842,7 +842,6 @@
842 842   gap: 42px;
843 843   max-width: 1080px;
844 844   margin: 0 auto;
845 - padding-top: 28px;
846 846   align-items: start;
847 847  }
848 848  
... ... @@ -962,7 +962,6 @@
962 962  @media (max-width: 900px) {
963 963   .resource-layout {
964 964   grid-template-columns: 1fr;
965 - padding-top: 22px;
966 966   }
967 967  
968 968   .resource-sidebar {
... ... @@ -1127,13 +1127,6 @@
1127 1127   box-shadow: @shadow-sm;
1128 1128   padding: 22px;
1129 1129  
1130 - .feature-heading {
1131 - display: flex;
1132 - align-items: center;
1133 - gap: 14px;
1134 - margin-bottom: 14px;
1135 - }
1136 -
1137 1137   .feature-icon {
1138 1138   width: 46px;
1139 1139   height: 46px;
... ... @@ -1143,12 +1143,12 @@
1143 1143   display: flex;
1144 1144   align-items: center;
1145 1145   justify-content: center;
1137 + margin-bottom: 14px;
1146 1146   font-size: 18px;
1147 - flex-shrink: 0;
1148 1148   }
1149 1149  
1150 1150   h3 {
1151 - margin: 0;
1142 + margin: 0 0 8px;
1152 1152   color: @text;
1153 1153   font-size: 18px;
1154 1154   line-height: 1.25;