Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created May 31, 2022 12:39
Show Gist options
  • Save gicolek/5ea1ed605abe040f0d4c0e61f47f4d0a to your computer and use it in GitHub Desktop.
Save gicolek/5ea1ed605abe040f0d4c0e61f47f4d0a to your computer and use it in GitHub Desktop.
Sample Custom Widget Style
.c-posts {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
max-width: 1024px;
}
.c-post {
flex: 0 0 25%;
max-width: 25%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment