Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / content-types / article / article.css
diff --git a/web/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css b/web/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css
new file mode 100644 (file)
index 0000000..77baa19
--- /dev/null
@@ -0,0 +1,25 @@
+/**
+ * @file
+ * This file is used to style the article content type using the 'full' view mode.
+ */
+
+/* Large */
+@media screen and (min-width: 60rem) { /* 960px */
+  .node--type-article.node--view-mode-full .node__header {
+    padding-right: 2.75rem;
+  }
+}
+
+/* Large */
+@media screen and (min-width: 60rem) { /* 960px */
+  .node--type-article.node--view-mode-full .node__content {
+    padding: 0 2.75rem 2.4rem 10.2rem;
+  }
+}
+
+/* Large */
+@media screen and (min-width: 60rem) { /* 960px */
+  .node--type-article.node--view-mode-full .field--name-field-image {
+    margin-left: -12.6rem;
+  }
+}