Anton Bulakh
2025-01-24 4e4930ef9c2e2ddb9bcb1436660d3a3002c19844
quartz/components/styles/toc.scss
@@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
.toc {
  display: flex;
  flex-direction: column;
@@ -7,6 +9,12 @@
  }
}
@media all and not ($mobile) {
  .toc {
    display: flex;
  }
}
button#toc {
  background-color: transparent;
  border: none;