Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / layout / layout.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/layout/layout.css b/web/core/profiles/demo_umami/themes/umami/css/layout/layout.css
new file mode 100644 (file)
index 0000000..090e6c8
--- /dev/null
@@ -0,0 +1,12 @@
+/**
+ * @file
+ * This file is used to create generic layout styles.
+ *
+ * More specific layout items may be found within their respective files, e.g.
+ * the layout for two columns is in the layout-2-cols.css file.
+ */
+
+.container {
+  max-width: 1200px;
+  margin: auto;
+}