Skip to content

Commit

Permalink
Add sidebar item padding (#3090)
Browse files Browse the repository at this point in the history
* Added padding to the left and to the right

* Switched it to MetaTitle
  • Loading branch information
kefimochi authored Jul 8, 2020
1 parent 72b9b1a commit 649298b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templates/components/Sidebar/Section.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class Section extends React.Component {
cssProps={{
[media.greaterThan('small')]: {
color: isActive ? colors.text : colors.subtle,

paddingRight: 7,
paddingLeft: 7,
':hover': {
color: colors.text,
},
Expand Down

0 comments on commit 649298b

Please sign in to comment.