Skip to content

Commit c8da416

Browse files
joecritchbvaughn
authored andcommitted
[Gatsby docs update] menu overlay padding bottom (#10847)
1 parent a0c67c3 commit c8da416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/templates/components/Sidebar/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Sidebar extends Component {
4242
},
4343

4444
[media.lessThan('small')]: {
45-
paddingBottom: 50,
45+
paddingBottom: 100,
4646
},
4747
}}>
4848
{sectionList.map((section, index) => (

0 commit comments

Comments
 (0)