This commit is contained in:
Shan Carter
2017-10-04 18:53:15 -07:00
parent 44414a5a67
commit 67f9429860
4 changed files with 11 additions and 5 deletions
+7 -1
View File
@@ -18,11 +18,17 @@
"affiliation":"Google Brain",
"affiliationURL":"https://g.co/brain"
},
{
{
"author":"Shan Carter",
"authorURL":"https://shancarter.com/",
"affiliation":"Google Brain",
"affiliationURL":"https://g.co/brain"
},
{
"author":"Ludwig Schubert",
"authorURL":"https://shancarter.com/",
"affiliation":"Google Brain",
"affiliationURL":"https://g.co/brain"
}
],
"katex": {
+1 -1
View File
@@ -5,7 +5,7 @@ const T = Template('d-abstract', `
<style>
:host {
display: block;
font-size: 28px;
font-size: 26px;
line-height: 1.7em;
margin-bottom: 1.5em;
}
+2 -2
View File
@@ -2,9 +2,9 @@ export const style = `
d-byline {
border-top: 1px solid rgba(0, 0, 0, 0.1);
contain: content;
font-size: 13px;
font-size: 14px;
line-height: 2em;
padding: 1.5em 0;
padding: 3em 0;
}
d-byline .byline {
+1 -1
View File
@@ -23,7 +23,7 @@ const T = Template('d-headline', `
}
::slotted(h1) {
grid-column: text-start / page-end;
font-size: 40px;
font-size: 48px;
font-weight: 700;
line-height: 1.3em;
margin: 0 0 10px;