@loafmarkets/ui 0.1.220 → 0.1.221
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.js
CHANGED
|
@@ -9182,7 +9182,7 @@ var GallerySpecRow = styled9__default.default.div`
|
|
|
9182
9182
|
grid-template-columns: 1fr 340px;
|
|
9183
9183
|
gap: 1.25rem;
|
|
9184
9184
|
margin-bottom: 1.25rem;
|
|
9185
|
-
align-items:
|
|
9185
|
+
align-items: stretch;
|
|
9186
9186
|
@media (max-width: 900px) { grid-template-columns: 1fr; }
|
|
9187
9187
|
`;
|
|
9188
9188
|
var GallerySpecLeft = styled9__default.default.div`
|