@npm_leadtech/legal-lib-components 2.11.5 → 2.11.7

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.
@@ -1689,7 +1689,12 @@ html[data-theme='uslawdistricts'] {
1689
1689
  display: flex;
1690
1690
  align-items: center;
1691
1691
  justify-content: center;
1692
- margin-top: 5rem; }
1692
+ margin-top: 7rem; }
1693
+ .expert-card:first-child {
1694
+ margin-top: 5rem; }
1695
+ @media (min-width: 720px) {
1696
+ .expert-card {
1697
+ margin-top: 5rem; } }
1693
1698
  .expert-card__box {
1694
1699
  background-color: white;
1695
1700
  border-radius: 0.3rem;
@@ -3668,8 +3673,12 @@ html[data-theme='uslawdistricts'] {
3668
3673
 
3669
3674
  .expert-card-list {
3670
3675
  display: flex;
3671
- flex-direction: row;
3672
- justify-content: center; }
3676
+ flex-direction: column;
3677
+ justify-content: center;
3678
+ transform: translateY(50px); }
3679
+ @media (min-width: 720px) {
3680
+ .expert-card-list {
3681
+ flex-direction: row; } }
3673
3682
 
3674
3683
  .articles_wrapper {
3675
3684
  display: flex;
@@ -3988,7 +3997,12 @@ html[data-theme='uslawdistricts'] {
3988
3997
  .experts-section {
3989
3998
  display: flex;
3990
3999
  justify-content: center;
3991
- flex-direction: column; }
4000
+ flex-direction: column;
4001
+ background-color: var(--primary-main-light-6);
4002
+ margin-bottom: 15rem; }
4003
+ @media (min-width: 720px) {
4004
+ .experts-section {
4005
+ margin-bottom: 8rem; } }
3992
4006
  .experts-section__title {
3993
4007
  font-family: Lora;
3994
4008
  font-size: 32px;
@@ -3996,4 +4010,8 @@ html[data-theme='uslawdistricts'] {
3996
4010
  line-height: 42px;
3997
4011
  letter-spacing: -0.3px;
3998
4012
  text-align: center;
3999
- margin-bottom: 3rem; }
4013
+ margin: 0 auto;
4014
+ transform: translateY(50px); }
4015
+ @media (min-width: 720px) {
4016
+ .experts-section__title {
4017
+ margin-bottom: 3rem; } }
@@ -1689,7 +1689,12 @@ html[data-theme='uslawdistricts'] {
1689
1689
  display: flex;
1690
1690
  align-items: center;
1691
1691
  justify-content: center;
1692
- margin-top: 5rem; }
1692
+ margin-top: 7rem; }
1693
+ .expert-card:first-child {
1694
+ margin-top: 5rem; }
1695
+ @media (min-width: 720px) {
1696
+ .expert-card {
1697
+ margin-top: 5rem; } }
1693
1698
  .expert-card__box {
1694
1699
  background-color: white;
1695
1700
  border-radius: 0.3rem;
@@ -3668,8 +3673,12 @@ html[data-theme='uslawdistricts'] {
3668
3673
 
3669
3674
  .expert-card-list {
3670
3675
  display: flex;
3671
- flex-direction: row;
3672
- justify-content: center; }
3676
+ flex-direction: column;
3677
+ justify-content: center;
3678
+ transform: translateY(50px); }
3679
+ @media (min-width: 720px) {
3680
+ .expert-card-list {
3681
+ flex-direction: row; } }
3673
3682
 
3674
3683
  .articles_wrapper {
3675
3684
  display: flex;
@@ -3988,7 +3997,12 @@ html[data-theme='uslawdistricts'] {
3988
3997
  .experts-section {
3989
3998
  display: flex;
3990
3999
  justify-content: center;
3991
- flex-direction: column; }
4000
+ flex-direction: column;
4001
+ background-color: var(--primary-main-light-6);
4002
+ margin-bottom: 15rem; }
4003
+ @media (min-width: 720px) {
4004
+ .experts-section {
4005
+ margin-bottom: 8rem; } }
3992
4006
  .experts-section__title {
3993
4007
  font-family: Lora;
3994
4008
  font-size: 32px;
@@ -3996,4 +4010,8 @@ html[data-theme='uslawdistricts'] {
3996
4010
  line-height: 42px;
3997
4011
  letter-spacing: -0.3px;
3998
4012
  text-align: center;
3999
- margin-bottom: 3rem; }
4013
+ margin: 0 auto;
4014
+ transform: translateY(50px); }
4015
+ @media (min-width: 720px) {
4016
+ .experts-section__title {
4017
+ margin-bottom: 3rem; } }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@npm_leadtech/legal-lib-components",
3
- "version": "2.11.5",
3
+ "version": "2.11.7",
4
4
  "dependencies": {
5
5
  "@testing-library/jest-dom": "^5.16.5",
6
6
  "@tippyjs/react": "4.2.6",