Created
May 31, 2022 12:39
-
-
Save gicolek/5ea1ed605abe040f0d4c0e61f47f4d0a to your computer and use it in GitHub Desktop.
Sample Custom Widget Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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