| ... |
... |
@@ -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 |
} |