0 Votes

Changes for page Home

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

From version 7.63
edited by Alex Cotiugă
on 2025/11/13 13:00
Change comment: There is no comment for this version
To version 7.62
edited by Alex Cotiugă
on 2025/11/13 13:00
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -259,7 +259,7 @@
259 259   }
260 260   /* If there is an odd number of services, center the last one on its own row */
261 261   .services-grid > .service:last-child:nth-child(odd) {
262 - grid-column: 1 / -1; /*// span both columns*/
262 + grid-column: 1 / -1; // span both columns
263 263   max-width: 680px;
264 264   justify-self: center;
265 265   }