@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.mjs
CHANGED
|
@@ -8868,9 +8868,14 @@ var GalleryBreakout = styled9.div`
|
|
|
8868
8868
|
position: relative;
|
|
8869
8869
|
left: 50%;
|
|
8870
8870
|
margin-left: -50vw;
|
|
8871
|
-
|
|
8872
|
-
|
|
8873
|
-
|
|
8871
|
+
display: flex;
|
|
8872
|
+
justify-content: center;
|
|
8873
|
+
> * {
|
|
8874
|
+
width: 100%;
|
|
8875
|
+
max-width: 1800px;
|
|
8876
|
+
padding: 0 clamp(1rem, 2vw, 2rem);
|
|
8877
|
+
box-sizing: border-box;
|
|
8878
|
+
}
|
|
8874
8879
|
`;
|
|
8875
8880
|
var Section = styled9.div`
|
|
8876
8881
|
background: #111;
|