xiaoheiAh / hugo-theme-pure

A pure theme for Hugo
https://themes.gohugo.io/theme/hugo-theme-pure/
MIT License
266 stars 128 forks source link

fix asciidoc post render issue. #98

Closed kbyyd24 closed 3 years ago

kbyyd24 commented 3 years ago

There is a big blank area after image and code block in asciidoc post. e.g. image image

This issue happens when render image and code block in asciidoc post. The two HTML items are wrapped in div with class 'content', which has two style min-height: 85vh and margin-bottom: 70px.

This PR is removing the two style to fix this issue.