@npm_leadtech/legal-lib-components 2.12.1 → 2.12.3
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/legal-lib-components.css +3 -4
- package/dist/cjs/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +1 -1
- package/dist/cjs/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/legal-lib-components.css +3 -4
- package/dist/esm/src/components/sections/PeopleSayAboutUsSection/PeopleSayAboutUsSectionProps.types.d.ts +1 -1
- package/dist/esm/src/components/sections/PeopleSayAboutUsSection/__stories__/PeopleSayAboutUsSection.stories.d.ts +1 -0
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -4041,10 +4041,9 @@ html[data-theme='lawdistrict'] .e-button.--primary-3 {
|
|
|
4041
4041
|
width: 100%; } }
|
|
4042
4042
|
|
|
4043
4043
|
.people-say {
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
align-items: center; }
|
|
4044
|
+
width: 100%;
|
|
4045
|
+
margin: 0 auto;
|
|
4046
|
+
text-align: center; }
|
|
4048
4047
|
.people-say__title {
|
|
4049
4048
|
font-family: Lora;
|
|
4050
4049
|
font-size: 32px;
|