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

Commit 35c11ac

Browse files
author
vikasrohit
committedJul 8, 2016
AS#152122905738622, On the right-hand side, move comma as so: "declaration.txt,"
-- Fixed
1 parent a1908a2 commit 35c11ac

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed
 

‎assets/css/layout/footer.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434

3535

3636
@media only screen and (max-width : 1024px) {
37-
.bottom-footer, .fold-pusher {
37+
// removed fold-pusher from the rule to remove white space
38+
// .bottom-footer, .fold-pusher {
39+
.bottom-footer {
3840
height: 200px;
3941
}
4042
.bottom-footer .menu-item {
@@ -87,7 +89,9 @@
8789
}
8890

8991
@media only screen and (min-width : 1025px) {
90-
.bottom-footer, .fold-pusher {
92+
// removed fold-pusher from the rule to remove white space
93+
// .bottom-footer, .fold-pusher {
94+
.bottom-footer {
9195
height: 270px;
9296
}
9397
.bottom-footer {

0 commit comments

Comments
 (0)
This repository has been archived.