-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Logo, HeaderTitle components #17
base: style/global-css
Are you sure you want to change the base?
Conversation
Co-authored-by: Manvinderjit Rupal <manvinderjit@users.noreply.github.com>
Deploying volunteer with
|
Latest commit: |
b466922
|
Status: | ✅ Deploy successful! |
Preview URL: | https://250ca09a.volunteer-ekr.pages.dev |
Branch Preview URL: | https://style-global-css.volunteer-ekr.pages.dev |
bee0887
to
c751d4c
Compare
Co-authored-by: Evan Suhyeong Lee <devleesche@gmail.com>
c751d4c
to
d9f8dfb
Compare
Co-authored-by: Evan Suhyeong Lee <devleesche@gmail.com>
3ea6a11
to
f399728
Compare
public/torontojs-logo.png
Outdated
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.
nitpick: Please use the SVG logo instead: https://github.com/torontojs/tojs-styleguide/blob/main/Old/public/assets/logo.svg
Vector graphics look sharper than raster and are usually smaller. Our logo has relative simple shapes and colors, making it a very good candidate for vector graphics.
height: 128px; | ||
width: 128px; |
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.
praise: Please use relative units instead of absolute ones, they are less responsive!
Here is a video with one specific example: https://www.youtube.com/watch?v=xCSw6bPXZks
b466922
to
38e5b19
Compare
Summary
Tests
Additional information