Add space between items on blog and talks pages

Fixes #69
This commit is contained in:
Oliver Davies 2020-05-23 15:16:42 +01:00
parent 8b899abc00
commit 2632f09b7f
2 changed files with 9 additions and 2 deletions

View file

@ -68,6 +68,13 @@ display:
next: next:
style: style:
type: html_list type: html_list
options:
row_class: ''
default_row_class: true
uses_fields: false
type: ul
wrapper_class: ''
class: space-y-8
row: row:
type: 'entity:node' type: 'entity:node'
options: options:

View file

@ -60,8 +60,8 @@ display:
default_row_class: true default_row_class: true
uses_fields: false uses_fields: false
type: ul type: ul
wrapper_class: item-list wrapper_class: ''
class: '' class: space-y-8
row: row:
type: 'entity:node' type: 'entity:node'
options: options: