Compare commits

..

No commits in common. "d396480e14bcb3d93425a757cf2183199d225739" and "f4a600e7c3126548f136a20928ddf2600d99e6e2" have entirely different histories.

View file

@ -92,22 +92,16 @@ h3 {
@media screen and (min-width: 650px) {
.grid-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 10px;
}
.grid-child {
flex: 0 0 calc(50% - 5px);
margin: auto;
align-content: center;
/* border: 2px white solid; */
}
.grid-child > div > .chip {
display: table;
margin: 5px auto;
}
}
.chip {