Lobotomized Owl
/*
I’ve been using the lobotomised owl technique for quite some time now. This is a wildcard selector that adds space between direct child elements and their siblings. It looks something like this:
*/
> * + * {
margin-top: 20px;
}