Skip to content

Commit

Permalink
fix(home): fix nowrap for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Jun 23, 2021
1 parent 86d8ecc commit 98926b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Card/Card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
}

&.featured {

.title {
height: 1em;
font-family: var(--body-font-family);
Expand Down Expand Up @@ -121,7 +120,6 @@ $aspects: ((1, 1), (2, 1), (2, 3), (4, 3), (5, 3), (16, 9), (9, 16));
}

.title {

height: 2.4em;
overflow: hidden;
color: var(--card-color);
Expand Down Expand Up @@ -160,6 +158,7 @@ $aspects: ((1, 1), (2, 1), (2, 3), (4, 3), (5, 3), (16, 9), (9, 16));
font-family: var(--body-font-family);
font-weight: 600;
font-size: 13px;
white-space: nowrap;
background-color: rgba(variables.$black, 0.6);
border-radius: 4px;
@include responsive.mobile-only {
Expand Down

0 comments on commit 98926b0

Please sign in to comment.