|
|
@@ -250,7 +250,7 @@ export default {
|
|
250
|
250
|
.posts.is-grid
|
|
251
|
251
|
width: 100%
|
|
252
|
252
|
display: grid
|
|
253
|
|
- grid-template-columns: repeat(3, 1fr)
|
|
|
253
|
+ grid-template-columns: repeat(1, 1fr)
|
|
254
|
254
|
align-items: start
|
|
255
|
255
|
/* This is important for how the grid lines up to the page */
|
|
256
|
256
|
justify-content: right
|
|
|
@@ -263,4 +263,6 @@ export default {
|
|
263
|
263
|
flex-direction: row
|
|
264
|
264
|
> article
|
|
265
|
265
|
margin: 0 $ms--2 0 0
|
|
|
266
|
+ .posts.is-grid
|
|
|
267
|
+ grid-template-columns: repeat(3, 1fr)
|
|
266
|
268
|
</style>
|