Skip to content

Commit

Permalink
Adjust right-sidebar width to fix the spacing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
HirokiHamaguchi committed Feb 1, 2025
1 parent bc79d8a commit 71780d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _sass/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ $x-large : 1280px !default;
Grid
========================================================================== */

$right-sidebar-width-narrow : 200px !default;
$right-sidebar-width : 300px !default;
$right-sidebar-width-wide : 400px !default;
$right-sidebar-width-narrow : 20px !default;
$right-sidebar-width : 30px !default;
$right-sidebar-width-wide : 40px !default;

$susy: (
columns: 12,
Expand Down

0 comments on commit 71780d5

Please sign in to comment.