@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:
|
|
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
|
-
|
|
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:
|
|
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
|
-
|
|
4015
|
+
width: 100%;
|
|
4016
|
+
margin: 0 auto 3rem; } }
|