Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From version 7.74
edited by Alex Cotiugă
on 2025/11/13 20:32
on 2025/11/13 20:32
Change comment:
There is no comment for this version
To version 7.71
edited by Alex Cotiugă
on 2025/11/13 20:28
on 2025/11/13 20:28
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -120,15 +120,14 @@ 120 120 } 121 121 } 122 122 123 - /* === WHY CHOOSE (widgets usingBootstrapgrid) === */123 + /* === WHY CHOOSE (widgets with inline icon + title) === */ 124 124 .widgets { 125 - margin-top:12px;126 - display:flex;127 - flex-wrap:wrap;125 + display: grid; 126 + gap: 16px; 127 + grid-template-columns: 1fr; 128 128 129 - /* optional: tighten columns a bit on small screens */ 130 - .col-sm-6 { 131 - margin-bottom: 16px; 129 + @media (min-width: 860px) { 130 + grid-template-columns: repeat(4, 1fr); 132 132 } 133 133 } 134 134 ... ... @@ -140,7 +140,6 @@ 140 140 box-shadow: @shadow-sm; 141 141 display: flex; 142 142 flex-direction: column; 143 - height: 100%; 144 144 justify-content: flex-start; 145 145 gap: 8px; 146 146 text-align: left; ... ... @@ -151,6 +151,7 @@ 151 151 box-shadow: @shadow; 152 152 } 153 153 152 + /* The icon + title row */ 154 154 .icon { 155 155 display: flex; 156 156 align-items: center; ... ... @@ -164,6 +164,7 @@ 164 164 } 165 165 166 166 h4 { 166 + /*font-weight: 700; */ 167 167 margin: 0; 168 168 color: @text; 169 169 line-height: 1.2; ... ... @@ -170,6 +170,7 @@ 170 170 } 171 171 } 172 172 173 + /* Body paragraph */ 173 173 p { 174 174 color: @muted; 175 175 margin: 0; ... ... @@ -177,6 +177,7 @@ 177 177 } 178 178 } 179 179 181 + /* SERVICES */ 180 180 /* SERVICES */ 181 181 .services { 182 182 h2 {