Skip to content

Instantly share code, notes, and snippets.

@pollenjp
Created January 30, 2022 08:18
Show Gist options
  • Save pollenjp/bec895d0dd33e44e152a35b0f82e58ed to your computer and use it in GitHub Desktop.
Save pollenjp/bec895d0dd33e44e152a35b0f82e58ed to your computer and use it in GitHub Desktop.
.grid li.page-list-item a .icon {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
margin: 0;
max-height: 50%;
max-width: inherit;
transform: translate(-50%, 0%);
}
.grid li.page-list-item a .icon img
{
margin: auto;
object-fit: contain;
width: inherit;
height: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment