Make Large and Small navbars have the same height and standardise how we do top padding across pages
Make all usages of margin or padding parameters verbose (mr -> marginRight, pt -> paddingTop, etc). Makes it much more readable and easy to see what's happening.
How has this been tested?
npm run dev and npm run build
Checklist
Fill with x for completed.
[x] My code follows the style guidelines of this project
[x] I have reviewed my own code to ensure good quality
[x] I have tested the functionality of my code to ensure it works as intended
Reviewer: @sidravi1 Estimate: 10mins
Ticket
Fixes: None - cleanup
Description
Goal
How has this been tested?
npm run dev
andnpm run build
Checklist
Fill with
x
for completed.