Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created June 4, 2018 20:37
Show Gist options
  • Save billerickson/d8bb30d66c652b0ebf3f9f9aa7bd3ba9 to your computer and use it in GitHub Desktop.
Save billerickson/d8bb30d66c652b0ebf3f9f9aa7bd3ba9 to your computer and use it in GitHub Desktop.
.content-sidebar .content-area {
display: grid;
grid-template-columns: 1fr 335px;
grid-column-gap: 32px;
}
.sidebar-content .content-area {
grid-template-columns: 335px 1fr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment