Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63df8e9a88 | ||
|
|
704b0dc266 |
@@ -154,6 +154,7 @@ add_filter(
|
|||||||
unset( $blocks['core/calendar'] );
|
unset( $blocks['core/calendar'] );
|
||||||
unset( $blocks['core/buttons'] );
|
unset( $blocks['core/buttons'] );
|
||||||
unset( $blocks['core/search'] );
|
unset( $blocks['core/search'] );
|
||||||
|
unset( $blocks['core/pullquote'] );
|
||||||
|
|
||||||
// return the new list of allowed blocks
|
// return the new list of allowed blocks
|
||||||
return array_keys( $blocks );
|
return array_keys( $blocks );
|
||||||
|
|||||||
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