Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
fix: Close breakpoint gap in titlebar views
Browse files Browse the repository at this point in the history
  • Loading branch information
plutonik-a committed Dec 3, 2015
1 parent fc983d7 commit 189121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
.titlebar {

// < 480px
@media all and (max-width: $screen-phone) {
@media all and (max-width: $screen-phone - 1px) {
.coverart {
@include flex(1 100%);
@include order(1);
Expand Down

0 comments on commit 189121f

Please sign in to comment.