Skip to content

Instantly share code, notes, and snippets.

@gicolek
Created July 1, 2024 21:31
Show Gist options
  • Save gicolek/d43a249b7de22bb1f144e36adb8567a9 to your computer and use it in GitHub Desktop.
Save gicolek/d43a249b7de22bb1f144e36adb8567a9 to your computer and use it in GitHub Desktop.
Contact Form 7 Grid CSS
.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