Skip to content

Commit

Permalink
Merge pull request iissnan#1546 from Acris/bugfix
Browse files Browse the repository at this point in the history
fix footer layout
  • Loading branch information
Acris authored Mar 28, 2017
2 parents faecc37 + 2a49ad2 commit c8e1cf5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions source/css/_schemes/Pisces/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,13 @@

+tablet() {
width: auto;
padding-left: 0;
padding-left: 0 !important;
padding-right: 0 !important;
}
+mobile() {
width: auto;
padding-left: 0;
padding-left: 0 !important;
padding-right: 0 !important;
}
}

Expand Down

0 comments on commit c8e1cf5

Please sign in to comment.