Browse Source

Add sidebar item padding (#3090)

* Added padding to the left and to the right

* Switched it to MetaTitle
main
Kate Efimova 4 years ago
committed by GitHub
parent
commit
649298b77d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/templates/components/Sidebar/Section.js

3
src/templates/components/Sidebar/Section.js

@ -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,
},

Loading…
Cancel
Save