Skip to content

Commit

Permalink
#179 Fix post navigation to be 50% of page
Browse files Browse the repository at this point in the history
  • Loading branch information
sylhare committed Aug 17, 2019
1 parent 21b104b commit 42fbb6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _sass/includes/_post_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@

#previous-post {
float: left;
width: 50%;
}

#next-post {
float: right;
text-align:right;
width: 50%;
}

@media screen and (max-width: $sm-break) {
Expand Down

0 comments on commit 42fbb6c

Please sign in to comment.