We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc499dc + a543542 commit 05d1019Copy full SHA for 05d1019
_sass/_navigation.scss
@@ -405,6 +405,7 @@
405
font-weight: bold;
406
line-height: 1.5;
407
border-bottom: 1px solid $border-color;
408
+ text-decoration-line: none !important;
409
410
&:hover {
411
color: #000;
_sass/_variables.scss
@@ -132,9 +132,9 @@ $x-large : 1280px !default;
132
Grid
133
========================================================================== */
134
135
-$right-sidebar-width-narrow : 0px;
136
-$right-sidebar-width : 0px;
137
-$right-sidebar-width-wide : 0px;
+$right-sidebar-width-narrow : 200px !default;
+$right-sidebar-width : 300px !default;
+$right-sidebar-width-wide : 400px !default;
138
139
$susy: (
140
columns: 12,
0 commit comments