Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0e67f88

Browse files
authored
Merge pull request #1045 from shubhendusaurabh/issue-1041
fixed #1041 corrected footer height and margin
2 parents 9bb1570 + bb808bd commit 0e67f88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/layout/footer.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ footer {
88
.bottom-footer {
99
background-color: $gray-darkest;
1010
padding: 1px 20px 30px 20px;
11+
margin-bottom: -20px;
1112
}
1213

1314
.bottom-footer .menu-item .menu-link {
@@ -125,7 +126,7 @@ footer {
125126
// removed fold-pusher from the rule to remove white space
126127
.bottom-footer, .fold-pusher {
127128
// .bottom-footer {
128-
height: 200px;
129+
height: auto;
129130
}
130131
.bottom-footer {
131132
padding-top: 40px;

0 commit comments

Comments
 (0)