Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created August 9, 2024 18:43
Show Gist options
  • Save tdmrhn/b7fd01728f17f6c58f7f36087e22faff to your computer and use it in GitHub Desktop.
Save tdmrhn/b7fd01728f17f6c58f7f36087e22faff to your computer and use it in GitHub Desktop.
Blocksy 2 Single Post Comments 2 Columns
@media (min-width: 1000px) {
.ct-comments { display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 5vw }
.ct-comments > h3 { grid-column: span 2; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment