Skip to content

Instantly share code, notes, and snippets.

@crbdev
Last active June 23, 2023 04:27
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/1acc7567736eddc0a393de76f56596be to your computer and use it in GitHub Desktop.
Save crbdev/1acc7567736eddc0a393de76f56596be to your computer and use it in GitHub Desktop.
<style>
.gv-list-multiple-container.gv-container{
display:flex;
flex-wrap: wrap;
justify-content:center;
margin-top:20px;
}
.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