CouchCMS / Documentation

Documentation for CouchCMS
http://docs.couchcms.com/
6 stars 3 forks source link

Sample Portfolio Site #33

Open takashi1kun opened 3 years ago

takashi1kun commented 3 years ago

Page: https://docs.couchcms.com/tutorials/portfolio-site.html

[Describe the issue here] image There is a weird blank space below the footer.

takashi1kun commented 3 years ago

Proposed solution: css:

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.footer {
    margin-top: auto;
}