@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.mjs
CHANGED
|
@@ -9156,7 +9156,7 @@ var GallerySpecRow = styled9.div`
|
|
|
9156
9156
|
grid-template-columns: 1fr 340px;
|
|
9157
9157
|
gap: 1.25rem;
|
|
9158
9158
|
margin-bottom: 1.25rem;
|
|
9159
|
-
align-items:
|
|
9159
|
+
align-items: stretch;
|
|
9160
9160
|
@media (max-width: 900px) { grid-template-columns: 1fr; }
|
|
9161
9161
|
`;
|
|
9162
9162
|
var GallerySpecLeft = styled9.div`
|