diff --git a/themes/hugo-theme-ipng/assets/styles.scss b/themes/hugo-theme-ipng/assets/styles.scss index d6686df..1f0b564 100644 --- a/themes/hugo-theme-ipng/assets/styles.scss +++ b/themes/hugo-theme-ipng/assets/styles.scss @@ -76,6 +76,7 @@ main { display: block; margin: 0; padding: 1em 1em; + padding-bottom: 5em; @media #{$mq-mini} { margin: 0 2%; } @media #{$mq-small} { margin: 0 2%; } diff --git a/themes/hugo-theme-ipng/layouts/_default/single.html b/themes/hugo-theme-ipng/layouts/_default/single.html index cbe3c68..d9e5f4b 100644 --- a/themes/hugo-theme-ipng/layouts/_default/single.html +++ b/themes/hugo-theme-ipng/layouts/_default/single.html @@ -20,6 +20,5 @@ {{ .Content }} {{ end }} - 
{{ end }}