Skip to content

Commit

Permalink
feat(styles): Hide author avatar on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
oswaldoacauan committed Nov 18, 2013
1 parent 89d8d90 commit 2a9d6db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/assets/_scss/partials/_post-single.scss
Expand Up @@ -68,6 +68,10 @@
float: left;
margin-bottom: 0;
margin-right: 10px;

@include breakpoint(x-small) {
display: none;
}
}
}

Expand Down

0 comments on commit 2a9d6db

Please sign in to comment.