|
@@ -556,8 +556,8 @@ header.wp-block-template-part > .wp-block-group > * {
|
|
|
}
|
|
|
|
|
|
header.wp-block-template-part > .wp-block-group > * > * {
|
|
|
- margin-top: 20px;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-top: calc( 0.5 * var(--wp--custom--margin--vertical));
|
|
|
+ margin-bottom: calc( 0.5 * var(--wp--custom--margin--vertical));
|
|
|
}
|
|
|
|
|
|
header.wp-block-template-part > .wp-block-group .wp-block-social-links.is-style-logos-only {
|
|
@@ -573,7 +573,7 @@ header.wp-block-template-part > .wp-block-group .wp-block-social-links.is-style-
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
width: 100%;
|
|
|
- border-bottom: 2px solid var(--wp--custom--color--primary);
|
|
|
+ border-bottom: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--color--primary);
|
|
|
}
|
|
|
}
|
|
|
|