Skip to content

Commit 9c6a60f

Browse files
committed
fix page layout causing unneccesary scrollbars on small pages
1 parent f1ff673 commit 9c6a60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/less/_base.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pre > code {
4949
}
5050
.full.height {
5151
padding: 0;
52-
margin: 0 0 -@footer-margin 0;
52+
margin: 0 0 calc(-@footer-margin - 2px) 0;
5353
min-height: 100%;
5454
}
5555
.following.bar {

0 commit comments

Comments
 (0)