Skip to content

Commit

Permalink
Fixed safari css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven committed Jun 7, 2017
1 parent 5793b1c commit 759a66f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/css.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ export const container = attrs => css({
});

export const content = attrs => css({
position: 'relative',
position: 'absolute',
top: '50%',
width: '40%',
left: 0,
right: 0,
margin: 'auto',
transform: 'translateY(-50%)',
' > .title': {
Expand Down

0 comments on commit 759a66f

Please sign in to comment.