]> BookStack Code Mirror - website/blobdiff - themes/bookstack/sass/styles.scss
Finished off about FAQ page
[website] / themes / bookstack / sass / styles.scss
index 237467df356823fd4c4b3881a26ce366a9aada69..89782e39665476ed50904a5f5df4bd7e401747c4 100644 (file)
@@ -640,6 +640,26 @@ iframe[src^="https://www.youtube-nocookie.com"],
   }
 }
 
+.dual-column-dual-level-toc {
+  columns: 2;
+  list-style: none;
+  margin: 0;
+  > li {
+    break-inside: avoid;
+  }
+  > li > a {
+    color: $text-dark;
+    font-weight: bold;
+  }
+  > li > ul {
+    margin-bottom: 1rem;
+  }
+
+  @include smaller-than($s) {
+    columns: 1;
+  }
+}
+
 .hack-meta {
   list-style: none;
   margin: 0;