Skip to content

Commit

Permalink
make sidebar and logo max widths the same
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Jun 19, 2018
1 parent 5f31692 commit 05ec7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _src/app/resources/App.styl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ body, html, .app
position absolute
top -3px
right 0
@media screen and (max-width: 600px)
@media screen and (max-width: 624px)
display none

/* SIDE BAR */
Expand Down

0 comments on commit 05ec7fb

Please sign in to comment.