Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
fix(Elife): Article date line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcmoulton committed Apr 23, 2020
1 parent 3554232 commit fba0ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/themes/elife/custom-properties.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
--letter-spacing: 0.5px;

/* Spacing */
--baseline-measure: 1.5;
--baseline-measure-rem: 1.5rem;
}
2 changes: 1 addition & 1 deletion src/themes/elife/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ main {
font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
font-size: calc(var(--text-size-rem-small) * 1rem);
letter-spacing: var(--letter-spacing);
line-height: calc(var(--baseline-measure-rem) / var(--text-size-rem-small));
line-height: calc(var(--baseline-measure) / var(--text-size-rem-small));
text-transform: capitalize;
}

0 comments on commit fba0ff8

Please sign in to comment.