Skip to content

Commit

Permalink
Merge pull request #464 from appearhere/feature/LFR-1670
Browse files Browse the repository at this point in the history
Update District card to have object-fit and use smaller font
  • Loading branch information
zlahham authored Dec 10, 2019
2 parents ddb9215 + 3d60b2d commit 65b5988
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
.image {
width: 100%;
height: 100%;
object-fit: cover;
}

.content {
Expand All @@ -41,7 +42,7 @@

.subtitle {
font-family: var(--font-avenir);
font-size: var(--font-small-i);
font-size: var(--fontsize-small-i);
line-height: 1.43020625rem;
color: var(--color-grey);
margin: 0;
Expand Down

1 comment on commit 65b5988

@vercel
Copy link

@vercel vercel bot commented on 65b5988 Dec 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.