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

Commit

Permalink
Merge pull request #552 from thevoiceofzeke/spacing
Browse files Browse the repository at this point in the history
fix(ui): Eliminate gap between top bar on mobile
  • Loading branch information
thevoiceofzeke committed Sep 28, 2017
2 parents 02a5966 + 97320f6 commit 2bee90a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/css/buckyless/frame.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
padding-left: 0;
padding-right: 0;
}

@media (max-width: @xs) {
padding-top: 56px;
}
}
}

Expand Down

0 comments on commit 2bee90a

Please sign in to comment.