0 Votes

Changes for page Home

Last modified by Alex Cotiugă on 2026/01/13 13:12

From version 7.73
edited by Alex Cotiugă
on 2025/11/13 20:31
Change comment: There is no comment for this version
To version 7.71
edited by Alex Cotiugă
on 2025/11/13 20:28
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -120,15 +120,14 @@
120 120   }
121 121   }
122 122  
123 - /* === WHY CHOOSE (widgets using Bootstrap grid) === */
123 + /* === WHY CHOOSE (widgets with inline icon + title) === */
124 124   .widgets {
125 - margin-top: 12px;
126 - display: flex;
127 - flex-wrap: wrap;
125 + display: grid;
126 + gap: 16px;
127 + grid-template-columns: 1fr;
128 128  
129 - /* optional: tighten columns a bit on small screens */
130 - .col-sm-6 {
131 - margin-bottom: 16px;
129 + @media (min-width: 860px) {
130 + grid-template-columns: repeat(4, 1fr);
132 132   }
133 133   }
134 134  
... ... @@ -150,6 +150,7 @@
150 150   box-shadow: @shadow;
151 151   }
152 152  
152 + /* The icon + title row */
153 153   .icon {
154 154   display: flex;
155 155   align-items: center;
... ... @@ -163,6 +163,7 @@
163 163   }
164 164  
165 165   h4 {
166 + /*font-weight: 700; */
166 166   margin: 0;
167 167   color: @text;
168 168   line-height: 1.2;
... ... @@ -169,6 +169,7 @@
169 169   }
170 170   }
171 171  
173 + /* Body paragraph */
172 172   p {
173 173   color: @muted;
174 174   margin: 0;
... ... @@ -176,6 +176,7 @@
176 176   }
177 177   }
178 178  
181 + /* SERVICES */
179 179   /* SERVICES */
180 180   .services {
181 181   h2 {