Skip to content

Commit 01bbfb6

Browse files
committed
Fix lerna
1 parent 4737ecf commit 01bbfb6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

lerna-debug.log

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
51 error Error: Command failed: git push --follow-tags --no-verify origin master
2+
51 error remote: Invalid username or password.
3+
51 error fatal: Authentication failed for 'https://github.com/apollographql/gatsby-theme-apollo.git/'
4+
51 error
5+
51 error at makeError (/Users/janessagarrow/Dev/Apollo/gatsby-theme-apollo/node_modules/execa/index.js:174:9)
6+
51 error at /Users/janessagarrow/Dev/Apollo/gatsby-theme-apollo/node_modules/execa/index.js:278:16

packages/gatsby-theme-apollo-core/src/styles.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ h4,
1919
h5,
2020
h6,
2121
p,
22-
ul,
2322
ol,
23+
ul,
2424
img,
2525
div.mermaid {
2626
margin: 0;

packages/gatsby-theme-apollo-docs/src/components/page-content.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const BodyContent = styled.div({
5959
},
6060
'*:not(style) +': {
6161
[['h2', 'h3', 'h4', 'h5']]: {
62-
paddingTop: HEADER_HEIGHT,
63-
marginTop: -24
62+
marginTop: -24,
63+
paddingTop: HEADER_HEIGHT
6464
}
6565
},
6666
img: {

0 commit comments

Comments
 (0)