Skip to content

Commit

Permalink
align all elements left in case-list-teaser on big screens
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Jan 16, 2023
1 parent a568854 commit 38d9ff1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
max-width: 50%;
}

.case-list-teaser__body {
align-items: flex-start;
text-align: left;
}

.case-list-teaser__text {
font-size: $font-size-sm;
}
Expand Down

0 comments on commit 38d9ff1

Please sign in to comment.