Skip to content

Instantly share code, notes, and snippets.

@MetroWind
Created June 17, 2019 22:58
Show Gist options
  • Save MetroWind/196c8d5895f3b263db0f2eaa7b25e59a to your computer and use it in GitHub Desktop.
Save MetroWind/196c8d5895f3b263db0f2eaa7b25e59a to your computer and use it in GitHub Desktop.
DuckDuckGo multi-column
.results
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
.result
{
max-width: 500px;
/* margin-left: 1em;
margin-right: 1em; */
}
.result__check
{
margin-right: 0px;
}
.result--sep
{
max-width: unset;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment