X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fcontent-types%2Farticle%2Farticle.css;fp=web%2Fcore%2Fprofiles%2Fdemo_umami%2Fthemes%2Fumami%2Fcss%2Fcomponents%2Fcontent-types%2Farticle%2Farticle.css;h=77baa19e4ca2e5f52361c8c8fa5d724313ec7124;hp=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 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 index 000000000..77baa19e4 --- /dev/null +++ b/web/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css @@ -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; + } +}