Created
July 1, 2024 21:31
-
-
Save gicolek/d43a249b7de22bb1f144e36adb8567a9 to your computer and use it in GitHub Desktop.
Contact Form 7 Grid CSS
This file contains 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-grid { | |
display: grid; | |
grid-template-columns: 50% 50%; | |
gap: 10px; | |
} | |
.c-grid--three { | |
grid-template-columns: 33% 33% 33%; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment