🐞 fix: Update service heading font size
This commit is contained in:
Vendored
+1
-1
@@ -5708,7 +5708,7 @@ a.contact-info__value:hover {
|
|||||||
.services-list__heading {
|
.services-list__heading {
|
||||||
margin-top: calc(var(--spacing) * 6);
|
margin-top: calc(var(--spacing) * 6);
|
||||||
margin-bottom: calc(var(--spacing) * 4);
|
margin-bottom: calc(var(--spacing) * 4);
|
||||||
font-size: var(--text-24px);
|
font-size: var(--text-32px);
|
||||||
--tw-leading: 1;
|
--tw-leading: 1;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
--tw-font-weight: var(--font-weight-black);
|
--tw-font-weight: var(--font-weight-black);
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.services-list__heading {
|
.services-list__heading {
|
||||||
@apply text-cwc-blue-01 text-24px font-black leading-none mt-6 mb-4;
|
@apply text-cwc-blue-01 text-32px font-black leading-none mt-6 mb-4;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
background: var(--color-secondary);
|
background: var(--color-secondary);
|
||||||
|
|||||||
Reference in New Issue
Block a user