-
Notifications
You must be signed in to change notification settings - Fork 10
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
bug/Issue-91: Refactor headers styles to prevent logo from shrinking #113
Conversation
✅ Deploy Preview for super-tapioca-5987ce ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Nice, I think we can make one small little tweak but otherwise this looks good!
@@ -137,8 +136,9 @@ | |||
} | |||
|
|||
@media screen and (min-width: 768px) { | |||
.logoLink svg.greenwood-logo-full { | |||
width: 60%; | |||
.navBar { |
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.
.logoLink svg.greenwood-logo-full { | ||
width: 60%; | ||
.navBar { | ||
display: flex; |
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.
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 catch.
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.
e7c3191
to
602bdba
Compare
b4683bd
to
7b0bb09
Compare
justify-content: space-between; | ||
padding: 0 var(--size-4) var(--size-2); | ||
margin: 0; | ||
justify-content: center; |
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.
The (bottom) padding / margin removal has made things a bit more cramped at the bottom of the header especially on mobile
Made one small tweak to retain some of that and now I think we're good to go!
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.
Thank you sir! 🫡
Related Issue
Fix #91
Summary of Changes
Screen.Recording.2024-10-14.at.19.56.17.mov