Skip to content

Commit

Permalink
refactor: Update style class '.expertise:align-items' value to 'basel…
Browse files Browse the repository at this point in the history
…ine'
  • Loading branch information
ITurres committed Jul 29, 2024
1 parent 41f293d commit 3abd4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/pages/ExpertiseSummaryPage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $font-family-regular: fonts.$font-family-regular;

display: grid;
grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
align-items: end;
align-items: baseline;
min-height: 100vh;

&__card {
Expand Down

0 comments on commit 3abd4d1

Please sign in to comment.