|
@@ -30,6 +30,10 @@ header.wp-block-template-part {
|
|
|
|
|
|
.wp-block-social-links.is-style-logos-only {
|
|
.wp-block-social-links.is-style-logos-only {
|
|
margin-right: calc( -1 * ( 8px + 0.25em ) ); // Visually align social links to the right
|
|
margin-right: calc( -1 * ( 8px + 0.25em ) ); // Visually align social links to the right
|
|
|
|
+ @include break-small-only(){
|
|
|
|
+ margin-left: -0.25em;
|
|
|
|
+ margin-right: 0;
|
|
|
|
+ }
|
|
> .wp-social-link {
|
|
> .wp-social-link {
|
|
padding: 0; // Needed to override Gutenberg default padding on this block style variation
|
|
padding: 0; // Needed to override Gutenberg default padding on this block style variation
|
|
}
|
|
}
|