@npm_leadtech/legal-lib-components 2.11.7 → 2.11.8

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.
@@ -3999,10 +3999,7 @@ html[data-theme='uslawdistricts'] {
3999
3999
  justify-content: center;
4000
4000
  flex-direction: column;
4001
4001
  background-color: var(--primary-main-light-6);
4002
- margin-bottom: 15rem; }
4003
- @media (min-width: 720px) {
4004
- .experts-section {
4005
- margin-bottom: 8rem; } }
4002
+ margin-bottom: 8rem; }
4006
4003
  .experts-section__title {
4007
4004
  font-family: Lora;
4008
4005
  font-size: 32px;
@@ -4010,8 +4007,10 @@ html[data-theme='uslawdistricts'] {
4010
4007
  line-height: 42px;
4011
4008
  letter-spacing: -0.3px;
4012
4009
  text-align: center;
4013
- margin: 0 auto;
4010
+ margin: 0 auto 2rem;
4011
+ width: 90%;
4014
4012
  transform: translateY(50px); }
4015
4013
  @media (min-width: 720px) {
4016
4014
  .experts-section__title {
4017
- margin-bottom: 3rem; } }
4015
+ width: 100%;
4016
+ margin: 0 auto 3rem; } }
@@ -3999,10 +3999,7 @@ html[data-theme='uslawdistricts'] {
3999
3999
  justify-content: center;
4000
4000
  flex-direction: column;
4001
4001
  background-color: var(--primary-main-light-6);
4002
- margin-bottom: 15rem; }
4003
- @media (min-width: 720px) {
4004
- .experts-section {
4005
- margin-bottom: 8rem; } }
4002
+ margin-bottom: 8rem; }
4006
4003
  .experts-section__title {
4007
4004
  font-family: Lora;
4008
4005
  font-size: 32px;
@@ -4010,8 +4007,10 @@ html[data-theme='uslawdistricts'] {
4010
4007
  line-height: 42px;
4011
4008
  letter-spacing: -0.3px;
4012
4009
  text-align: center;
4013
- margin: 0 auto;
4010
+ margin: 0 auto 2rem;
4011
+ width: 90%;
4014
4012
  transform: translateY(50px); }
4015
4013
  @media (min-width: 720px) {
4016
4014
  .experts-section__title {
4017
- margin-bottom: 3rem; } }
4015
+ width: 100%;
4016
+ margin: 0 auto 3rem; } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.7",
3
+ "version": "2.11.8",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",