Skip to content

Commit 28274dc

Browse files
committed
#3019 fixes width of the sidebar
1 parent bd1b35d commit 28274dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_sass/_themes.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ $x-large : 1280px !default;
5959
Grid
6060
========================================================================== */
6161

62-
$right-sidebar-width-narrow : 20px !default;
63-
$right-sidebar-width : 30px !default;
64-
$right-sidebar-width-wide : 40px !default;
62+
$right-sidebar-width-narrow : auto;
63+
$right-sidebar-width : auto;
64+
$right-sidebar-width-wide : auto;
6565

6666
$susy: (
6767
columns: 12,

0 commit comments

Comments
 (0)