0 Votes

Changes for page Home

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

From version 7.57
edited by Alex Cotiugă
on 2025/11/13 12:51
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
... ... @@ -193,9 +193,9 @@
193 193   /* Grid: two columns, last item spans both */
194 194   .services-grid {
195 195   display: grid;
196 - grid-template-columns: repeat(2, minmax(0, 1fr));
197 - column-gap: 36px;
198 - row-gap: 32px;
196 + grid-template-columns: repeat(2, 1fr);
197 + gap: 32px 36px;
198 +
199 199   }
200 200  
201 201   .service {