diff --git a/quartz/components/styles/toc.scss b/quartz/components/styles/toc.scss index 3b2b6b3..5c5f5b8 100644 --- a/quartz/components/styles/toc.scss +++ b/quartz/components/styles/toc.scss @@ -1,8 +1,8 @@ .toc { display: flex; flex-direction: column; + &.desktop-only { - display: flex; max-height: 40%; } }