@loafmarkets/ui 0.1.210 → 0.1.211
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9332,7 +9332,7 @@ var ChainLogoImg = styled9.img`
|
|
|
9332
9332
|
`;
|
|
9333
9333
|
var StatsGrid = styled9.div`
|
|
9334
9334
|
display: grid;
|
|
9335
|
-
grid-template-columns:
|
|
9335
|
+
grid-template-columns: 340px 340px;
|
|
9336
9336
|
gap: 1rem;
|
|
9337
9337
|
@media (max-width: 768px) { grid-template-columns: 1fr; }
|
|
9338
9338
|
`;
|