Skip to content

Commit 649298b

Browse files
authored
Add sidebar item padding (#3090)
* Added padding to the left and to the right * Switched it to MetaTitle
1 parent 72b9b1a commit 649298b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/templates/components/Sidebar/Section.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class Section extends React.Component {
4040
cssProps={{
4141
[media.greaterThan('small')]: {
4242
color: isActive ? colors.text : colors.subtle,
43-
43+
paddingRight: 7,
44+
paddingLeft: 7,
4445
':hover': {
4546
color: colors.text,
4647
},

0 commit comments

Comments
 (0)