Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
Center ember logo on header for narrow screens
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlabouve committed Mar 4, 2016
1 parent d633055 commit 9aac973
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion source/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@
width: 100px;
background: url("../images/ember-logo.svg") no-repeat;
display: block;
margin: -15px auto 0 0;
margin: -15px auto 0 auto;
}

@media screen and (max-width: 53.75rem) {
margin-left: 0;
}

.header-search {
Expand Down

0 comments on commit 9aac973

Please sign in to comment.