Merge branch 'v2' of github.com:distillpub/template into v2

# Conflicts:
#	examples/article.html
#	src/components/d-byline.js
#	src/components/d-title.js
This commit is contained in:
Ludwig Schubert
2017-08-29 11:00:50 -07:00
4 changed files with 46 additions and 107 deletions
+1 -17
View File
@@ -36,22 +36,6 @@ d-article h2 {
font-size: 32px;
}
}
d-article h1 + h2 {
font-weight: 300;
font-size: 20px;
line-height: 1.4em;
margin-top: 8px;
font-style: normal;
}
@media(min-width: 1080px) {
.centered h1 + h2 {
text-align: center;
}
d-article h1 + h2 {
margin-top: 12px;
font-size: 32px;
}
}
/* H3 */
@@ -85,7 +69,7 @@ d-article a {
d-article p,
d-article ul,
d-article ol {
margin-bottom: 24px;
margin-bottom: 18px;
}
d-article p b,
d-article ul b,