Skip to content

Instantly share code, notes, and snippets.

@crbdev
Created May 19, 2023 03:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crbdev/f42f918ba85a6f7451a41e7dbaca2c54 to your computer and use it in GitHub Desktop.
Save crbdev/f42f918ba85a6f7451a41e7dbaca2c54 to your computer and use it in GitHub Desktop.
As used on the GravityKit blog
<style>
.gv-list-multiple-container.gv-container {
display:flex;
flex-wrap: wrap;
justify-content:center;
margin-top:20px;
}
.gv-container img {
width:100% !important;
}
.gv-list-multiple-container.gv-container .gv-list-view {
margin-right: 20px;
width: 340px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.gv-list-view {
border:none !important;
}
.gv-list-view-title {
border:none !important;
}
.gv-list-view-footer {
border:none;
background:none;
padding-top:0px;
padding-bottom:15px;
padding-right:5px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment