Skip to content

Commit 4abc254

Browse files
committed
fix: use margin instead of padding for footer
1 parent e771db6 commit 4abc254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/About/About.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export const Footer = styled.div`
200200
}
201201
202202
& a {
203-
padding: ${remSize(20)} 9.5% 0 0;
203+
margin: ${remSize(20)} 9.5% 0 0;
204204
color: ${prop('logoColor')};
205205
206206
&:hover {

0 commit comments

Comments
 (0)