We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c994ca commit 718ba97Copy full SHA for 718ba97
_layouts/post.html
@@ -1,7 +1,7 @@
1
---
2
layout: default
3
4
-<article>
+<article class="c-article">
5
<header>
6
{% if page.title %}<h2>{{ page.title }}</h2>{% endif %}
7
<ul>
styles/06-components/_components.article.scss
@@ -0,0 +1,5 @@
+.c-article {
+ color: #333;
+ font-size: 18px;
+ line-height: 1.9;
+}
styles/styles.drupal-pattern-lab.scss
@@ -25,6 +25,7 @@
25
26
@import '06-components/components.vendor.rouge-github';
27
@import '06-components/components.buttons';
28
+@import '06-components/components.article';
29
@import '06-components/components.page';
30
@import '06-components/components.global-header';
31
@import '06-components/components.global-footer';
0 commit comments