Update styling
This commit is contained in:
parent
106d90ed17
commit
631a500dca
|
|
@ -22,7 +22,8 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
}
|
}
|
||||||
justify-items: center;
|
justify-items: center;
|
||||||
grid-template-columns: 400px 1fr 400px;
|
|
||||||
|
grid-template-columns: 400px minmax(max-content, 1fr) minmax(auto, 400px);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For IE10+
|
* For IE10+
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue