Compare commits
No commits in common. "d396480e14bcb3d93425a757cf2183199d225739" and "f4a600e7c3126548f136a20928ddf2600d99e6e2" have entirely different histories.
d396480e14
...
f4a600e7c3
1 changed files with 3 additions and 9 deletions
|
@ -92,22 +92,16 @@ h3 {
|
||||||
|
|
||||||
@media screen and (min-width: 650px) {
|
@media screen and (min-width: 650px) {
|
||||||
.grid-container {
|
.grid-container {
|
||||||
display: flex;
|
display: grid;
|
||||||
flex-wrap: wrap;
|
grid-template-columns: 1fr 1fr;
|
||||||
justify-content: center;
|
grid-gap: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-child {
|
.grid-child {
|
||||||
flex: 0 0 calc(50% - 5px);
|
|
||||||
margin: auto;
|
margin: auto;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
/* border: 2px white solid; */
|
/* border: 2px white solid; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid-child > div > .chip {
|
|
||||||
display: table;
|
|
||||||
margin: 5px auto;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip {
|
.chip {
|
||||||
|
|
Loading…
Reference in a new issue