]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/styles.scss
ExportFormatter: Add book description and check for empty book and chapter descriptio...
[bookstack] / resources / sass / styles.scss
index b4691bc4dce1fc2229fbced60e0021e189a7746d..636367e3aeb0f14cce35fa77e4f903455914335d 100644 (file)
@@ -15,6 +15,7 @@
 @import "forms";
 @import "animations";
 @import "tinymce";
+@import "editor";
 @import "codemirror";
 @import "components";
 @import "header";
@@ -184,6 +185,14 @@ $loadingSize: 10px;
   z-index: 150;
 }
 
+@include between($s, $m) {
+  #home-default > .grid.third {
+    display: block;
+    columns: 2;
+    column-gap: $-l !important;
+  }
+}
+
 .list-sort-container {
   display: inline-block;
   form {