Created
August 9, 2024 18:43
-
-
Save tdmrhn/b7fd01728f17f6c58f7f36087e22faff to your computer and use it in GitHub Desktop.
Blocksy 2 Single Post Comments 2 Columns
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
@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