Skip to content

Commit

Permalink
Fix lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarrow committed Nov 24, 2020
1 parent 4737ecf commit 01bbfb6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions lerna-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
51 error Error: Command failed: git push --follow-tags --no-verify origin master
51 error remote: Invalid username or password.
51 error fatal: Authentication failed for 'https://github.com/apollographql/gatsby-theme-apollo.git/'
51 error
51 error at makeError (/Users/janessagarrow/Dev/Apollo/gatsby-theme-apollo/node_modules/execa/index.js:174:9)
51 error at /Users/janessagarrow/Dev/Apollo/gatsby-theme-apollo/node_modules/execa/index.js:278:16
2 changes: 1 addition & 1 deletion packages/gatsby-theme-apollo-core/src/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ h4,
h5,
h6,
p,
ul,
ol,
ul,
img,
div.mermaid {
margin: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ const BodyContent = styled.div({
},
'*:not(style) +': {
[['h2', 'h3', 'h4', 'h5']]: {
paddingTop: HEADER_HEIGHT,
marginTop: -24
marginTop: -24,
paddingTop: HEADER_HEIGHT
}
},
img: {
Expand Down

0 comments on commit 01bbfb6

Please sign in to comment.