0 Votes

Changes for page Home

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

From version 7.150
edited by Alex Cotiugă
on 2025/11/17 11:43
Change comment: There is no comment for this version
To version 7.146
edited by Alex Cotiugă
on 2025/11/17 09:35
Change comment: There is no comment for this version

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -29,6 +29,8 @@
29 29  
30 30   .container {
31 31   max-width: @maxw;
32 + margin: 0 auto;
33 + padding: 0 16px;
32 32   }
33 33  
34 34   .lead {
... ... @@ -100,6 +100,7 @@
100 100   display: flex;
101 101   flex-direction: column;
102 102   align-items: center;
105 + gap: 1rem;
103 103   }
104 104  
105 105   .hero-cta {
... ... @@ -243,7 +243,7 @@
243 243   /* ==== Center last item on its own row while keeping 50% width ==== */
244 244   .service-center {
245 245   /* same width as siblings */
246 - flex: 0 1 calc(55% - 12px);
249 + flex: 0 1 calc(50% - 12px);
247 247  
248 248   /* push to center */
249 249   margin-left: auto;