-
Notifications
You must be signed in to change notification settings - Fork 875
#128: 5 Min Quickstart small issue fix & #119: Download page formatting #129
Conversation
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Signed it |
CLAs look good, thanks! |
&.hover-card-container { | ||
margin-left: 0; | ||
margin-top: $unit * 2; | ||
} |
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 think you should just replace the entire containers on the install page with the cards instead of putting them inside the card module. You should then be able to remove these extras styles. Thanks.
@WonSong This is great work, thanks! I just had one comment otherwise looks good. Ping me when updated and I'll merge. Thanks! |
@alexwolfe Np & Thanks! Please review. I did the below unwillingly because I wasn't able to find a helper class to remove padding left on the
Would you have preferred replacing |
@WonSong 👍 Nice work, thanks for the fixes. |
Creating a pull request in case this is a real issue.
Before:
After: