Skip to content

Instantly share code, notes, and snippets.

@imedadel
Created May 7, 2020 21:29
Show Gist options
  • Save imedadel/1bda14ce65026e53991765ba5bdcb306 to your computer and use it in GitHub Desktop.
Save imedadel/1bda14ce65026e53991765ba5bdcb306 to your computer and use it in GitHub Desktop.
.layout > :not(:last-child) {
margin-bottom: 10px;
margin-right: 10px;
}
/* or */
.layout > * + * {
margin-bottom: 10px;
margin-right: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment