Created
June 17, 2019 22:58
-
-
Save MetroWind/196c8d5895f3b263db0f2eaa7b25e59a to your computer and use it in GitHub Desktop.
DuckDuckGo multi-column
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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