@loafmarkets/ui 0.1.157 → 0.1.158
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 +8 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8894,9 +8894,14 @@ var GalleryBreakout = styled9__default.default.div`
|
|
|
8894
8894
|
position: relative;
|
|
8895
8895
|
left: 50%;
|
|
8896
8896
|
margin-left: -50vw;
|
|
8897
|
-
|
|
8898
|
-
|
|
8899
|
-
|
|
8897
|
+
display: flex;
|
|
8898
|
+
justify-content: center;
|
|
8899
|
+
> * {
|
|
8900
|
+
width: 100%;
|
|
8901
|
+
max-width: 1800px;
|
|
8902
|
+
padding: 0 clamp(1rem, 2vw, 2rem);
|
|
8903
|
+
box-sizing: border-box;
|
|
8904
|
+
}
|
|
8900
8905
|
`;
|
|
8901
8906
|
var Section = styled9__default.default.div`
|
|
8902
8907
|
background: #111;
|