Skip to content

Commit

Permalink
adjust spacing on issue list page (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Jun 1, 2020
1 parent 21e7eb0 commit 2e6ca95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions themes/startwords/assets/scss/issue/_summary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
// special display on issue list page
body.issue-list .issue-summary
{
// offset margin
// offset margin, shorter line height
.pubdate,
.number {
margin: 0 0 0 rem(40px);
line-height: 1.2;
}

// bold issue number
Expand All @@ -58,7 +59,7 @@ body.issue-list .issue-summary
font-weight: 900;
font-size: rem(60px);
word-wrap: break-word;
margin: 0;
margin: rem(10px) 0 0;
color: $transparent-grey;
line-height: rem(50px);
}
Expand Down

0 comments on commit 2e6ca95

Please sign in to comment.