| ... |
... |
@@ -196,9 +196,9 @@ |
| 196 |
196 |
grid-template-columns: repeat(2, 1fr); |
| 197 |
197 |
gap: 32px 36px; |
| 198 |
198 |
article.service:last-child:nth-child(odd) { |
| 199 |
|
- grid-column: 1 / -1; /*// span both columns*/ |
| 200 |
|
- max-width: 680px; /*// optional: keep it from stretching too wide*/ |
| 201 |
|
- justify-self: center; /*// center it in the row*/ |
|
199 |
+ grid-column: 1 / -1; // span both columns |
|
200 |
+ max-width: 680px; // optional: keep it from stretching too wide |
|
201 |
+ justify-self: center; // center it in the row |
| 202 |
202 |
} |
| 203 |
203 |
} |
| 204 |
204 |
|