-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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: change landing page hero #1290
Conversation
Deploy preview for munseo-preview ready! Built with commit 15fbbed |
Deploy preview for docusaurus-preview ready! Built with commit 15fbbed |
This comment has been minimized.
This comment has been minimized.
v1/website/static/css/custom.css
Outdated
@@ -63,8 +63,8 @@ table td:first-child > code { | |||
color: #fff; | |||
font-weight: bold; | |||
font-size: 24px; | |||
margin-top: -40px; |
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.
@endiliey I needed this to be there because the mainContainer
has a padding of 40px. I was wondering why it appeared there even though I removed it before committing 😞
Without this line, there's a white bar below the announcement.
EDIT: I see that you tried to move it out of the mainContainer
but I think it doesn't totally fix the issue.
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.
Seems that it displays differently on different browser/ resolution. Doesn’t appear in my browser 😂
Motivation
Make the landing page a bit nicer so that it looks more presentable during F8.
There's the announcement changes in this PR as well as they're on the same branch, please ignore those parts when reviewing this.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Related PRs
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)