-
Notifications
You must be signed in to change notification settings - Fork 5
styling cleanup and remove lingering focus state on homepage button #650
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
base: feature/homepage
Are you sure you want to change the base?
Conversation
| .header-spacing { | ||
| margin-bottom: 16px; | ||
| } No newline at end of file |
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.
If this class is being used in multiple places, can you define it once in a global stylesheet and import it wherever it's being used?
https://developer.mozilla.org/en-US/docs/Web/CSS/@import
ShrimpCryptid
left a comment
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.
Non-blocking comments!
| <h3> | ||
| To get started with the{" "} | ||
| <Link to={VIEWER_PATHNAME}>Simularium Viewer</Link>, either | ||
| download example data or convert your own data. | ||
| </p> | ||
| </h3> |
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.
Ideally use the h1 > h2 > h3 page layout hierarchy
Co-authored-by: Peyton Lee <peytonalee@gmail.com>
toloudis
left a comment
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.
I didn't test it or anything but the changes look reasonable. I generally agree with Peyton's comment about h1-h2-h3 but can't evaluate it for this specific case.
Time estimate or Size
small
Problem
A number of PRs have been merged into the
feature/homepagebranch, I'd love to bring it into main.This is a small set of tweaks on spacing. There is more that can proceed on implementing those designs, but we don't want to fix everything in the feature branch, this is a cleanup of some spacing, font sizing, and typos I noticed.