Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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
deleted file mode 100644 (file)
index 77baa19..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-/**
- * @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;
-  }
-}