Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / regions / bottom / bottom.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css b/web/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
new file mode 100644 (file)
index 0000000..5a23585
--- /dev/null
@@ -0,0 +1,16 @@
+/**
+ * @file
+ * This file is used to style the bottom region.
+ */
+
+.layout-bottom {
+  background: #fff;
+  padding: 2rem 1rem;
+  overflow: hidden;
+}
+
+@media screen and (min-width: 75rem) {
+  .layout-bottom {
+    padding: 3rem 0;
+  }
+}