Skip to content

Commit

Permalink
Merge pull request #1065 from cozy/empty-wide
Browse files Browse the repository at this point in the history
fix: Limit expansion of Empty
  • Loading branch information
ptbrowne authored Jun 25, 2019
2 parents ba84205 + 3b0f2a8 commit 9def9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stylus/components/empty.styl
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $empty
align-self center
padding rem(16) 0
text-align center
max-width 100%

+medium-screen()
margin-top 'calc(50vh - %s)' % contentHeight
Expand Down

0 comments on commit 9def9db

Please sign in to comment.