There was an error while loading. Please reload this page.
1 parent b764690 commit 8232d5eCopy full SHA for 8232d5e
1 file changed
src/css/custom.css
@@ -716,16 +716,7 @@ html:not([data-navbar-home-top]) .navbar__link:hover {
716
}
717
718
719
-/* Hide table of contents on narrow screens for blog posts */
720
-@media (max-width: 996px) {
721
- /* Hide the TOC column */
722
- .mdxPageWrapper_j9I6 .col.col--2 {
723
- display: none;
724
- }
725
-
726
- /* Expand main content to full width */
727
- .mdxPageWrapper_j9I6 .col.col--8 {
728
- flex: 0 0 100%;
729
- max-width: 100%;
730
+/* fix scrolling issue in blog post */
+.row {
+ margin: 0 auto;
731
0 commit comments