Skip to content

Commit

Permalink
Merge pull request #3730 from szarnyasg/nits-20240926a
Browse files Browse the repository at this point in the history
hide blog post toc in print
  • Loading branch information
szarnyasg committed Sep 26, 2024
2 parents 8d2ddcd + 723fbfe commit 6f79663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ footer{
}

@media print {
section.recentposts {
section.recentposts, div.toc_sidebar {
display: none !important;
}
}

0 comments on commit 6f79663

Please sign in to comment.