codeforcauseorg / archive.codeforcause.org

https://sandbox.codeforcause.org
Mozilla Public License 2.0
44 stars 79 forks source link

#234 Solved - Making the footer section center aligned #236

Closed naveen8801 closed 2 years ago

naveen8801 commented 3 years ago

Adding textAlign: 'center' in copyRightPadding under Footer.js

copyRightPadding: { paddingTop: theme.spacing(8), paddingBottom: theme.spacing(3), textAlign: 'center' }

Screenshot (18)