mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

354K
active users

Eric A. Meyer

@shadeed9 Hey there, re: codepen.io/shadeed/pen/xxQMoxv, there is a way to get what I think you were after:
```
.post {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: max-content max-content 1fr; /* instead of 50px */
column-gap: 1rem;
}
```
Apologies if you considered and rejected the idea elsewhere in the post for other reasons; I admit I didn’t process all of it.

CodePenTechcrunch - post v1...