Browse Source

min height for content to avoid footer getting huge

master
Dan Janosik 5 years ago
parent
commit
8cf258182b
No known key found for this signature in database GPG Key ID: C6F8CE9FFDB2CED2
  1. 3
      views/layout.pug

3
views/layout.pug

@ -156,7 +156,8 @@ html(lang="en")
span #{userMessage}
block content
div(style="min-height: 500px;")
block content
div(style="margin-bottom: 30px;")

Loading…
Cancel
Save