Skip to content

Commit

Permalink
fix footer layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris committed Mar 28, 2017
1 parent faecc37 commit 2a49ad2
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 2a49ad2

Please sign in to comment.