|
|
@@ -4,9 +4,9 @@
|
|
4
|
4
|
|
|
5
|
5
|
header.center.t-up
|
|
6
|
6
|
.title.f-row
|
|
7
|
|
- h3 {{ type }} list
|
|
|
7
|
+ h3 {{ type }}s
|
|
8
|
8
|
span(v-if="sortBy")
|
|
9
|
|
- h3 sorted {{ sortBy.replace('-', ' ') }}
|
|
|
9
|
+ h3 {{ sortBy.replace('-', ' ') }}
|
|
10
|
10
|
|
|
11
|
11
|
h3(v-if="!loaded") loading...
|
|
12
|
12
|
.content(
|
|
|
@@ -223,6 +223,10 @@ export default {
|
|
223
|
223
|
> .content
|
|
224
|
224
|
padding: 0
|
|
225
|
225
|
width: 100%
|
|
|
226
|
+ .title.f-row
|
|
|
227
|
+ /* flex-direction: column */
|
|
|
228
|
+ justify-content: flex-start
|
|
|
229
|
+
|
|
226
|
230
|
> footer
|
|
227
|
231
|
padding: $ms-0
|
|
228
|
232
|
|
|
|
@@ -260,6 +264,11 @@ export default {
|
|
260
|
264
|
flex-direction: row !important
|
|
261
|
265
|
> article
|
|
262
|
266
|
margin: 0 $ms--2 0 0
|
|
|
267
|
+ header
|
|
|
268
|
+ .title.f-row
|
|
|
269
|
+ flex-direction: row
|
|
|
270
|
+ justify-content: center
|
|
|
271
|
+
|
|
263
|
272
|
.posts.is-grid
|
|
264
|
273
|
grid-template-columns: repeat(3, 1fr)
|
|
265
|
274
|
.post.inbetween
|