Changes for page Home
Last modified by Alex Cotiugă on 2026/01/13 13:12
From 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
To version 7.72
edited by Alex Cotiugă
on 2025/11/13 20:29
on 2025/11/13 20:29
Change comment:
There is no comment for this version
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -120,14 +120,13 @@ 120 120 } 121 121 } 122 122 123 - /* === WHY CHOOSE (widgets with inlineicon +title) === */123 + /* === WHY CHOOSE (widgets using Bootstrap grid) === */ 124 124 .widgets { 125 - display: grid; 126 - gap: 16px; 127 - grid-template-columns: 1fr; 125 + margin-top: 12px; 128 128 129 - @media (min-width: 860px) { 130 - grid-template-columns: repeat(4, 1fr); 127 + /* optional: tighten columns a bit on small screens */ 128 + .col-sm-6 { 129 + margin-bottom: 16px; 131 131 } 132 132 } 133 133 ... ... @@ -149,7 +149,6 @@ 149 149 box-shadow: @shadow; 150 150 } 151 151 152 - /* The icon + title row */ 153 153 .icon { 154 154 display: flex; 155 155 align-items: center; ... ... @@ -163,7 +163,6 @@ 163 163 } 164 164 165 165 h4 { 166 - /*font-weight: 700; */ 167 167 margin: 0; 168 168 color: @text; 169 169 line-height: 1.2; ... ... @@ -170,7 +170,6 @@ 170 170 } 171 171 } 172 172 173 - /* Body paragraph */ 174 174 p { 175 175 color: @muted; 176 176 margin: 0; ... ... @@ -178,7 +178,6 @@ 178 178 } 179 179 } 180 180 181 - /* SERVICES */ 182 182 /* SERVICES */ 183 183 .services { 184 184 h2 {