-
Notifications
You must be signed in to change notification settings - Fork 30
Navbar + Footer fixes #1044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navbar + Footer fixes #1044
Conversation
I'll give a review in the morning! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Couple small changes.
sass/main.scss
Outdated
} | ||
|
||
p { | ||
font-size: 0.95em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Looks extremely similar and is a bit easier to read)
font-size: 0.95em; | |
font-size: 1em; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.95 matches the design more closely with the 'contact us' and '[email protected]' text having similar widths, but I suppose this is fine
Co-authored-by: Peter Kos <[email protected]>
Co-authored-by: Peter Kos <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
resolves #1032