Skip to content

Commit

Permalink
Merge pull request #7 from NewFrontDoor/footer-link-spacing
Browse files Browse the repository at this point in the history
Add padding to footer links for mobile
  • Loading branch information
SMBuilt authored Nov 26, 2021
2 parents 069bd0f + 3f8ea7d commit 1448d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const list = {
paddingTop: '60px',
fontSize: '16px',
li: {
display: 'inline-block'
display: 'inline-block',
padding: ['10px', '0']
}
};

Expand Down

1 comment on commit 1448d76

@vercel
Copy link

@vercel vercel bot commented on 1448d76 Nov 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.