Minor spacing and style changes

This commit is contained in:
Ludwig Schubert
2017-10-12 15:21:13 -07:00
parent 198e273211
commit 1255afec2c
5 changed files with 25 additions and 13 deletions
+1 -3
View File
@@ -7,15 +7,13 @@ const T = Template('d-abstract', `
display: block;
font-size: 1.25rem;
line-height: 1.6em;
padding-bottom: 1.5em;
color: rgba(0, 0, 0, 0.7);
font-family: georgia, serif;
-webkit-font-smoothing: antialiased;
}
::slotted(p) {
margin-top: 0;
margin-bottom: 0;
margin-bottom: 1em;
grid-column: text-start / middle-end;
}
${body('d-abstract')}
+1 -1
View File
@@ -8,7 +8,7 @@ const T = Template('d-title', `
display: block;
}
::slotted(h1) {
grid-column: text-start / span 5;
grid-column: text;
font-size: 50px;
font-weight: 700;
line-height: 1.05em;