Skip to content

Commit

Permalink
Merge pull request #3839 from sul-dlss/flex-end
Browse files Browse the repository at this point in the history
Use align-items: flex-end rather than end
  • Loading branch information
dnoneill authored Jan 31, 2024
2 parents f139ff7 + 736e497 commit 26e5a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/modules/gallery-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
flex-wrap: wrap;

.item-thumb {
align-items: end;
align-items: flex-end;
display: flex;
height: $sul-gallery-cover-height;
justify-content: center;
Expand Down

0 comments on commit 26e5a2f

Please sign in to comment.