Article style tweaks

This commit is contained in:
Shan Carter
2017-10-24 09:31:37 -07:00
parent d01e7e9317
commit a43db020b1
2 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ const T = Template('d-title', `
::slotted(h1) {
grid-column: text;
font-size: 60px;
font-weight: 600;
font-weight: 700;
line-height: 1.05em;
margin: 0 0 1rem;
}
+6 -3
View File
@@ -17,7 +17,7 @@ d-article > * {
@media(min-width: 1024px) {
d-article {
font-size: 1rem;
font-size: 1.06rem;
line-height: 1.7em;
}
}
@@ -102,7 +102,6 @@ d-article blockquote {
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
-webkit-font-smoothing: antialiased;
}
d-article blockquote {
@@ -132,11 +131,15 @@ d-article ol {
}
d-article li {
margin-bottom: 24px;
margin-bottom: 1em;
margin-left: 0;
padding-left: 0;
}
d-article li:last-child {
margin-bottom: 0;
}
d-article pre {
font-size: 14px;
margin-bottom: 20px;