Skip to content

Commit

Permalink
Slight reduction in sidebar vertical footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Oct 26, 2018
1 parent 5b7547f commit b23bda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "11"
sudo: false
cache:
directories:
Expand Down
2 changes: 1 addition & 1 deletion src/assets/sass/modules/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@

.sidebar {
margin: 0 -1em;
padding: 1em;
padding: 0 1em;
border-top: 0;
background-color: $color-background-box;
}
Expand Down

0 comments on commit b23bda3

Please sign in to comment.