Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active December 15, 2018 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/478269d9f7110c076da11d0ccdf189c8 to your computer and use it in GitHub Desktop.
Save productioncoder/478269d9f7110c076da11d0ccdf189c8 to your computer and use it in GitHub Desktop.
Watch component with padding
.watch-grid {
display: grid;
grid-template: auto auto auto 1fr / auto 402px;
padding-top: 24px;
column-gap: 24px;
grid-row-gap: 8px;
padding-left: 24px;
padding-right: 24px;
/* rest unchanged */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment