Skip to content

Commit

Permalink
Fix negative space around "Github" for screens >1000px
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kissling committed Jul 4, 2017
1 parent 3931744 commit 28ae0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const phabletBackgroundImage = {
}
const desktopBackgroundImage = {
backgroundImage: `
linear-gradient(-45deg, #744c9e 37.5%, transparent 37.5%),
linear-gradient(-45deg, #744c9e 40%, transparent 40%),
linear-gradient(-45deg, #9d7cbf 50%, transparent 50%),
linear-gradient(45deg, #f5f3f7 33%, white 33%)`,
}
Expand Down

0 comments on commit 28ae0ae

Please sign in to comment.