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