| ... |
... |
@@ -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(60% - 12px); |
| 247 |
247 |
|
| 248 |
248 |
/* push to center */ |
| 249 |
249 |
margin-left: auto; |