Sign Up button was not aligned in the center initially and was not in sync with other navbar links. Now, the Sign Up button is aligned properly in center by adding the margin-left css property.
Sign Up button is needed a little top margin to give it a more clean and defined look. Thus, margin-top css property is added to encounter this issue.
Sign Up button was named as; Sign_Up initially which is now renamed as Sign Up by eliminating the underscore to make the text go uniform with the other links in the navbar.
Fixes #502
Issue Title: Alignment of Sign Up Button when screen size is reduced.
Screenshots
These screenshots show the subsequent implementation of changes that I did :
Checklist
[x] Tests have been added or updated to cover the changes
[ ] Documentation has been updated to reflect the changes
[x] Code follows the established coding style guidelines
Description
Fixes #502
Issue Title: Alignment of Sign Up Button when screen size is reduced.
Screenshots
These screenshots show the subsequent implementation of changes that I did :
Checklist