Skip to content

Commit

Permalink
Fix toc crop (academicpages#221)
Browse files Browse the repository at this point in the history
Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css.
  • Loading branch information
Samir-Rashid authored and dorukaks committed Nov 24, 2024
1 parent ec1881b commit 57c80fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions _sass/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@
font-weight: bold;
line-height: 1.5;
border-bottom: 1px solid $border-color;
text-decoration-line: none !important;

&:hover {
color: #000;
Expand Down
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 : 0px;
$right-sidebar-width : 0px;
$right-sidebar-width-wide : 0px;
$right-sidebar-width-narrow : 200px !default;
$right-sidebar-width : 300px !default;
$right-sidebar-width-wide : 400px !default;

$susy: (
columns: 12,
Expand Down

0 comments on commit 57c80fa

Please sign in to comment.