-
Notifications
You must be signed in to change notification settings - Fork 29
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
Fix Furo's responsiveness for qiskit-card
and qiskit-call-to-action-item
#447
Conversation
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 good! I have some design suggestions, but they're subjective so I won't let them block the PR.
@media (max-width: 67em) { | ||
width: 15rem; | ||
} | ||
|
||
@media (max-width: 40em) { | ||
width: 10rem; | ||
} |
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 good for now, I wonder if a different arrangement would look nicer at small screen sizes. For example, here's some cards from qiskit.org/events at wide and narrow:
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 like this a lot more. Thank you! Thoughts if it's a Furo 1.0 blocker? Or fine to go out in late July / early August with the next theme release?
If it's fine to wait, I'll open an issue to track this.
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.
No I don't think it should block anything, just a nice-to-have for the future :)
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.
Opened #460
…fix-responsiveness-directives
…n-item` (Qiskit#447) These rendered really badly when using Furo on the Terra docs.
These rendered really badly when using Furo on the Terra docs.