Merged
Conversation
Contributor
Author
[skip actions] [skip travis]
Member
|
I don't have a strong opinion, maybe a slight tendency to restoring the no-border version. I feel that the current pictograms are oversized so I prefer the scaled down version (but don't care much how much we scale them down). Ping @MarsBarLee again, IIRC, you took part in styling this? Do you have any opinions/preferences here? |
tupui
commented
May 6, 2022
Comment on lines
+35
to
+38
| .intro-card { | ||
| padding: 20px 10px 20px 10px; | ||
| margin: 10px; | ||
| } |
Contributor
Author
There was a problem hiding this comment.
For the no-border on the gray.
Suggested change
| .intro-card { | |
| padding: 20px 10px 20px 10px; | |
| margin: 10px; | |
| } | |
| .intro-card { | |
| padding: 20px 0px 20px 0px; | |
| margin: 10px; | |
| } |
Contributor
Author
|
Thanks Ross! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Update the CSS of the cards on the main page of the documentation. The current panel has very large images.
Left is current, right is this PR–same zoom level was used.