Skip to content

Commit 32296f0

Browse files
authored
Merge pull request iissnan#1502 from Acris/bugfix
fix iissnan#1482
2 parents 5bf8521 + f8aa0a2 commit 32296f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/css/_schemes/Pisces/_layout.styl

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@
120120
.content-wrap { float: left; }
121121
.sidebar { float: right; }
122122

123-
.footer-inner:before { float: right; }
123+
.footer-inner {
124+
padding-left: 0;
125+
padding-right: 260px;
126+
}
124127
}
125128

0 commit comments

Comments
 (0)