Skip to content

Instantly share code, notes, and snippets.

@sukhikh18
Last active October 10, 2021 20:19
Show Gist options
  • Select an option

  • Save sukhikh18/b1d541398634271df004904f9d5629b4 to your computer and use it in GitHub Desktop.

Select an option

Save sukhikh18/b1d541398634271df004904f9d5629b4 to your computer and use it in GitHub Desktop.
Grid row #Styles
.section {
--grid-offset: 13px;
&__list {
margin-left: calc(-1 * var(--grid-offset));
margin-right: calc(-1 * var(--grid-offset));
}
&__item {
margin-left: var(--grid-offset);
margin-right: var(--grid-offset);
width: calc(33.3332% - (2 * var(--grid-offset)));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment