Skip to content

Commit

Permalink
[www] Fix showcase "Load More" button position (gatsbyjs#7353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manoz authored and fk committed Aug 16, 2018
1 parent e29eea3 commit fa178fa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion www/src/views/shared/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ const styles = {
},
},
},
loadMoreButton: {
alignItems: `center`,
display: `flex`,
flexFlow: `row wrap`,
margin: `0 auto ${rhythm(3)}`,
padding: `${rhythm(1 / 3)} ${rhythm(3)}`,
[presets.Desktop]: {
margin: `0 auto ${rhythm(2 / 2)}`,
},
},
sticky: {
paddingTop: rhythm(options.blockMarginBottom),
position: `sticky`,
Expand Down Expand Up @@ -152,7 +162,7 @@ const styles = {
color: colors.lilac,
},
"&:focus": {
outline: "none",
outline: `none`,
width: `9rem`,
background: colors.ui.light,
},
Expand Down

0 comments on commit fa178fa

Please sign in to comment.