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

Commit bb808bd

Browse files
fixed #1041 corrected footer height and margin
1 parent 9bb1570 commit bb808bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/layout/footer.scss

+2-1
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)