0 Votes

Changes for page Home

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

From version 7.59
edited by Alex Cotiugă
on 2025/11/13 12:58
Change comment: There is no comment for this version
To version 7.61
edited by Alex Cotiugă
on 2025/11/13 12:59
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -195,11 +195,7 @@
195 195   display: grid;
196 196   grid-template-columns: repeat(2, 1fr);
197 197   gap: 32px 36px;
198 - article.service:last-child:nth-child(odd) {
199 - grid-column: 1 / -1; // span both columns
200 - max-width: 680px; // optional: keep it from stretching too wide
201 - justify-self: center; // center it in the row
202 - }
198 +
203 203   }
204 204  
205 205   .service {