@npm_leadtech/legal-lib-components 2.11.10 → 2.11.12
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.
|
@@ -1706,7 +1706,10 @@ html[data-theme='uslawdistricts'] {
|
|
|
1706
1706
|
align-items: center;
|
|
1707
1707
|
justify-content: flex-start;
|
|
1708
1708
|
width: 17.625rem;
|
|
1709
|
-
margin-left:
|
|
1709
|
+
margin-left: 0; }
|
|
1710
|
+
@media (min-width: 720px) {
|
|
1711
|
+
.expert-card__box {
|
|
1712
|
+
margin-left: 2rem; } }
|
|
1710
1713
|
.expert-card__image {
|
|
1711
1714
|
position: absolute;
|
|
1712
1715
|
transform: translateY(-115%); }
|
|
@@ -3998,7 +4001,7 @@ html[data-theme='uslawdistricts'] {
|
|
|
3998
4001
|
display: flex;
|
|
3999
4002
|
justify-content: center;
|
|
4000
4003
|
flex-direction: column;
|
|
4001
|
-
background-color: var(--
|
|
4004
|
+
background-color: var(--neutral-neutral-6);
|
|
4002
4005
|
margin-bottom: 8rem; }
|
|
4003
4006
|
.experts-section__title {
|
|
4004
4007
|
font-family: Lora;
|
|
@@ -4007,10 +4010,9 @@ html[data-theme='uslawdistricts'] {
|
|
|
4007
4010
|
line-height: 42px;
|
|
4008
4011
|
letter-spacing: -0.3px;
|
|
4009
4012
|
text-align: center;
|
|
4010
|
-
margin: 0 auto
|
|
4013
|
+
margin: 0 auto 5rem;
|
|
4011
4014
|
width: 90%;
|
|
4012
4015
|
transform: translateY(50px); }
|
|
4013
4016
|
@media (min-width: 720px) {
|
|
4014
4017
|
.experts-section__title {
|
|
4015
|
-
width: 100%;
|
|
4016
|
-
margin: 0 auto 3rem; } }
|
|
4018
|
+
width: 100%; } }
|