Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.89
edited by Alex Cotiugă
on 2025/11/13 21:26
on 2025/11/13 21:26
Change comment:
There is no comment for this version
To version 7.92
edited by Alex Cotiugă
on 2025/11/13 21:34
on 2025/11/13 21:34
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -113,7 +113,7 @@ 113 113 <section class="services" aria-labelledby="services-title"> 114 114 <div class="container"> 115 115 <h2 id="services-title">Services</h2> 116 - <p class=" services-sub">116 + <p class="lead"> 117 117 All the XWiki services you need, delivered with precision and care 118 118 </p> 119 119
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -190,29 +190,14 @@ 190 190 191 191 /* SERVICES */ 192 192 .services { 193 - h2 { 194 - margin: 0 0 .3rem; 195 - } 196 - 197 - .services-sub { 198 - margin: 0 0 1.75rem; 199 - color: @muted; 200 - } 201 - 202 202 .services-grid { 203 203 margin-top: 12px; 204 - display: flex; 205 - flex-wrap: wrap; 206 - justify-content: space-between; 207 207 208 208 .service { 209 - box-sizing:border-box;197 + /* Bootstrap grid (col-sm-6) handles width & wrapping */ 210 210 margin-bottom: 24px; 211 211 212 - /* Desktop / tablet: 2 per row with space between */ 213 - flex: 0 0 48%; 214 - max-width: 48%; 215 - 200 + /* Icon + text on a row */ 216 216 display: flex; 217 217 align-items: flex-start; 218 218 gap: 16px; ... ... @@ -258,11 +258,9 @@ 258 258 } 259 259 } 260 260 261 - /* Mobile: stack services full width */ 262 262 @media (max-width: 767px) { 263 263 .service { 264 - flex: 0 0 100%; 265 - max-width: 100%; 248 + margin-bottom: 20px; 266 266 } 267 267 } 268 268 }