Skip to content

Commit 71780d5

Browse files
Adjust right-sidebar width to fix the spacing problem
1 parent bc79d8a commit 71780d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_variables.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ $x-large : 1280px !default;
132132
Grid
133133
========================================================================== */
134134

135-
$right-sidebar-width-narrow : 200px !default;
136-
$right-sidebar-width : 300px !default;
137-
$right-sidebar-width-wide : 400px !default;
135+
$right-sidebar-width-narrow : 20px !default;
136+
$right-sidebar-width : 30px !default;
137+
$right-sidebar-width-wide : 40px !default;
138138

139139
$susy: (
140140
columns: 12,

0 commit comments

Comments
 (0)