This commit is contained in:
Shan Carter
2017-10-05 20:45:45 -07:00
parent de4514bcf3
commit defd752b6e
6 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const T = Template('d-abstract', `
<style>
:host {
display: block;
font-size: 1.2rem;
font-size: 1.15rem;
line-height: 1.8em;
padding-bottom: 1.5em;
color: rgba(0, 0, 0, 0.8);
+6 -5
View File
@@ -5,8 +5,7 @@ export const style =`
d-article {
contain: content;
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-top: 1.5rem;
line-height: 1.7rem;
padding-top: 2rem;
color: rgba(0, 0, 0, 0.8);
}
@@ -23,6 +22,7 @@ d-article > * {
@media(min-width: 1024px) {
d-article {
font-size: 0.9rem;
line-height: 1.9em;
}
}
@@ -35,8 +35,6 @@ d-article .marker {
border: none;
counter-reset: section;
grid-column: kicker;
align-items: center;
display: flex;
line-height: 1.7em;
}
@@ -45,8 +43,10 @@ d-article .marker:hover {
}
d-article .marker span {
padding: 0 3px;
padding: 0 3px 4px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
position: relative;
top: 4px;
}
d-article .marker:hover span {
@@ -59,6 +59,7 @@ d-article h2 {
font-weight: 700;
font-size: 24px;
line-height: 1.25em;
margin: 0 0 1rem 0;
}
@media(min-width: 1024px) {
+1 -1
View File
@@ -3,7 +3,7 @@ d-byline {
border-top: 1px solid rgba(0, 0, 0, 0.1);
contain: content;
font-size: 0.7rem;
line-height: 1.5rem;
line-height: 2em;
padding: 1.5rem 0;
}
+1 -1
View File
@@ -9,7 +9,7 @@ const T = Template('d-title', `
}
::slotted(h1) {
grid-column: text-start / page-end;
font-size: 40px;
font-size: 46px;
font-weight: 700;
line-height: 1.3em;
margin: 0 0 10px;
+1 -1
View File
@@ -50,7 +50,7 @@ distill-footer {
}
}
@media(min-width: 1200px) {
@media(min-width: 1280px) {
d-title,
d-abstract,
d-article,