Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatthes committed Jun 4, 2024
1 parent f928ef2 commit 114f4d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions elements/_image-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ ul.image-list {

flex: 1 1 calc(100% / var(--layout-columns));

// Center text vertically
display: flex;
align-items: center;
img {
height: var(--layout-image-height);
width: var(--layout-image-height);
Expand All @@ -26,6 +29,7 @@ ul.image-list {
border: 1px solid #ccc;
background-color: white;
object-fit: cover;
float: left;
margin-right: 10px;
}

Expand Down

0 comments on commit 114f4d2

Please sign in to comment.