Tweaking styles in header

This commit is contained in:
Shan Carter
2017-08-29 11:02:18 -07:00
parent bdb7aa032c
commit b65ea8886b
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -105,7 +105,7 @@
<d-acknowledgements>
<h3>Contributions</h3>
<p>Some text describing who did what.</p>
<h4>Reviewers</h4>
<h3>Reviewers</h3>
<p>Some text with links describing who reviewed the article.</p>
</d-acknowledgements>
+5 -2
View File
@@ -53,14 +53,17 @@ const T = Template('d-byline', `
}
.byline {
line-height: 1.8em;
border-top: solid 1px rgba(0, 0, 0, 0.1);
margin-top: 20px;
padding-top: 20px;
}
.byline::after {
/*.byline::after {
content: "";
display: block;
border-bottom: solid 1px #999;
width: 40px;
margin-top: 60px;
}
}*/
@media screen and (min-width: 768px), print {
d-byline {
+3 -3
View File
@@ -12,7 +12,7 @@ const T = Template('d-title', `
}
::slotted(h1) {
padding-top: 16px;
padding-bottom: 12px;
padding-bottom: 0;
margin: 0;
line-height: 1.15;
font-size: 32px;
@@ -26,8 +26,8 @@ const T = Template('d-title', `
padding-top: 0 !important;
padding-bottom: 0 !important;
line-height: 1.5em !important;
margin-top: 0 !important;
margin-bottom: 24px !important;
margin-top: 12px !important;
margin-bottom: 0 !important;
}
@media screen and (min-width: 768px), print {