More updates to stop using dev or alpha or beta versions.
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / content-types / article / article.css
1 /**
2  * @file
3  * This file is used to style the article content type using the 'full' view mode.
4  */
5
6 /* Large */
7 @media screen and (min-width: 60rem) { /* 960px */
8   .node--type-article.node--view-mode-full .node__header {
9     padding-right: 2.75rem;
10   }
11 }
12
13 /* Large */
14 @media screen and (min-width: 60rem) { /* 960px */
15   .node--type-article.node--view-mode-full .node__content {
16     padding: 0 2.75rem 2.4rem 10.2rem;
17   }
18 }
19
20 /* Large */
21 @media screen and (min-width: 60rem) { /* 960px */
22   .node--type-article.node--view-mode-full .field--name-field-image {
23     margin-left: -12.6rem;
24   }
25 }