0 Votes

Changes for page Home

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

From version 7.133
edited by Alex Cotiugă
on 2025/11/17 09:07
Change comment: There is no comment for this version
To version 7.135
edited by Alex Cotiugă
on 2025/11/17 09:07
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -186,7 +186,7 @@
186 186   margin-top: 20px;
187 187   display: flex;
188 188   flex-wrap: wrap;
189 - gap: 24px; // space between items
189 + gap: 24px;
190 190   }
191 191  
192 192   .service {
... ... @@ -195,7 +195,7 @@
195 195   display: flex;
196 196   align-items: flex-start;
197 197   gap: 16px;
198 - margin-bottom: 8px; // extra vertical breathing room
198 + margin-bottom: 8px;
199 199  
200 200   .service-icon {
201 201   width: 42px;
... ... @@ -253,7 +253,7 @@
253 253   .service {
254 254   flex: 0 1 100%;
255 255   }
256 - .service--center {
256 + .service-center {
257 257   margin-left: 0;
258 258   margin-right: 0;
259 259   }