Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.152
edited by Alex Cotiugă
on 2025/11/17 11:46
on 2025/11/17 11:46
Change comment:
There is no comment for this version
To version 7.147
edited by Alex Cotiugă
on 2025/11/17 09:36
on 2025/11/17 09:36
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -29,7 +29,8 @@ 29 29 30 30 .container { 31 31 max-width: @maxw; 32 - padding: 0 20px; 32 + margin: 0 auto; 33 + padding: 0 16px; 33 33 } 34 34 35 35 .lead { ... ... @@ -101,6 +101,7 @@ 101 101 display: flex; 102 102 flex-direction: column; 103 103 align-items: center; 105 + gap: 1rem; 104 104 } 105 105 106 106 .hero-cta { ... ... @@ -244,7 +244,7 @@ 244 244 /* ==== Center last item on its own row while keeping 50% width ==== */ 245 245 .service-center { 246 246 /* same width as siblings */ 247 - flex: 0 1 calc( 55% - 12px);249 + flex: 0 1 calc(60% - 12px); 248 248 249 249 /* push to center */ 250 250 margin-left: auto;