Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 89e77de

Browse files
committed
Fix aside icon margin
1 parent 02e738c commit 89e77de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎packages/gatsby-theme-apollo-docs/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-theme-guide",
3-
"version": "4.7.20",
3+
"version": "4.7.21",
44
"main": "index.js",
55
"description": "A Gatsby theme for The GraphQL Guide (a fork of gatsby-theme-apollo-docs)",
66
"license": "MIT",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ const AsideLinkInner = styled.a(({emoji}) => ({
132132
height: emoji ? 29.5 : 20,
133133
marginRight: emoji ? 1.5 : 6,
134134
marginLeft: emoji && -4.5,
135-
marginBottom: 3,
135+
// marginBottom: 3,
136136
stroke: 'currentColor',
137137
'*': {
138138
stroke: 'currentColor'

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /