Skip to content

Commit f58b6bb

Browse files
fix(component-header-footer): fix social icon focus styles
1 parent 00fce2c commit f58b6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const StyledFooter = styled.footer`
164164
165165
&:last-child {
166166
@media (min-width: 768px) {
167-
padding-right: 0;
167+
/* padding-right: 0; */
168168
}
169169
}
170170
}

0 commit comments

Comments
 (0)