Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / layout / layout-2-col.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css b/web/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css
new file mode 100644 (file)
index 0000000..64203d6
--- /dev/null
@@ -0,0 +1,19 @@
+/**
+ * @file
+ * This file is used to create the layout when the theme has 2 columns.
+ */
+.layout-sidebar {
+  margin: 0 1.562rem;
+}
+
+@media screen and (min-width: 60em) {
+  .two-columns .main {
+    display: flex;
+    justify-content: space-between;
+  }
+
+  .layout-sidebar {
+    min-width: 300px;
+    width: 25%;
+  }
+}