@secondstaxorg/sscomp 1.6.68 → 1.6.69
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.es.js +4 -0
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +42 -38
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18491,6 +18491,10 @@ const FooterContainer = styled.div`
|
|
|
18491
18491
|
width: 250px;
|
|
18492
18492
|
}
|
|
18493
18493
|
|
|
18494
|
+
.address-col p{
|
|
18495
|
+
display: flex;
|
|
18496
|
+
}
|
|
18497
|
+
|
|
18494
18498
|
.address-cols{
|
|
18495
18499
|
display: flex;
|
|
18496
18500
|
justify-content: start;
|