Skip to content

Commit

Permalink
Update District card to have object-fit and use smaller font for supp…
Browse files Browse the repository at this point in the history
…orting copy
  • Loading branch information
Zaid Lahham committed Dec 10, 2019
1 parent ddb9215 commit 3d60b2d
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

0 comments on commit 3d60b2d

Please sign in to comment.