fix #3
This commit is contained in:
parent
7da8cab5da
commit
6419997c57
@ -42,7 +42,7 @@ var ChronikPreview = ({widgetFor, entry }) => {
|
|||||||
h('section', {"className": "section-sm"},
|
h('section', {"className": "section-sm"},
|
||||||
h('div', {"className": "container"},
|
h('div', {"className": "container"},
|
||||||
h('div', {"className": "row"},
|
h('div', {"className": "row"},
|
||||||
h('div', {"className": "col-12 mb-4"}, widgetFor('body'))
|
h('div', {"className": "col-12 mb-4 content"}, widgetFor('body'))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user