Skip to content

Commit b23bda3

Browse files
committed
Slight reduction in sidebar vertical footprint
1 parent 5b7547f commit b23bda3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "11"
44
sudo: false
55
cache:
66
directories:

src/assets/sass/modules/_responsive.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406

407407
.sidebar {
408408
margin: 0 -1em;
409-
padding: 1em;
409+
padding: 0 1em;
410410
border-top: 0;
411411
background-color: $color-background-box;
412412
}

0 commit comments

Comments
 (0)