Skip to content

Commit

Permalink
Use align-items: flex-end rather than end
Browse files Browse the repository at this point in the history
Because flex-end has better support. This fixes an autoprefixer warning
  • Loading branch information
jcoyne committed Jan 31, 2024
1 parent f139ff7 commit 736e497
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 736e497

Please sign in to comment.