Skip to content

Commit

Permalink
fixed post navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto D'Ovidio authored and Umberto D'Ovidio committed Jul 30, 2017
1 parent 21a2cb1 commit fc9efcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/layouts/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ header {
width:100%;
border-bottom: 1px solid $border-color;
display: flex;
@media screen and (max-width: 576px) {
flex-direction: column;
}
float: left;

a, .page-title {
Expand All @@ -78,6 +81,9 @@ header {
border: 1px solid rgba(255, 255, 255, 0);
text-align: center;
width: 50%;
@media screen and (max-width: 576px) {
width: 100%;
}
}
a:hover {
@extend a.button:hover;
Expand Down

0 comments on commit fc9efcc

Please sign in to comment.