-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Handbook]Fix-6312 Extra spaces in the beginning of handbook pages in layer5 website #6316
base: master
Are you sure you want to change the base?
Conversation
🚀 Preview for commit 3bf39e8 at: https://67d7226ec4b82e56050dfa42--layer5.netlify.app |
Signed-off-by: gourav-k-shaw <[email protected]>
This reverts commit 439e517. Signed-off-by: gourav-k-shaw <[email protected]>
Signed-off-by: gourav-k-shaw <[email protected]>
3bf39e8
to
885e580
Compare
🚀 Preview for commit 885e580 at: https://67d7268691f46de3070f984f--layer5.netlify.app |
margin-left: 20rem; | ||
} | ||
display: flex; | ||
|
||
@media screen and (min-width: 768px) and (max-height: 1145px) { | ||
margin-top : -62vh ; | ||
margin-top : -90vh ; |
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.
This doesn't looks good @gourav-k-shaw . It means we are just setting margins as required. In future something around this changes again we have to come and set the margin. Please use some other generic css so and use as less media queries you can. So we don't have to rely on changes around this component.
@gourav-k-shaw Thank you for your contribution! adding it as an agenda item to the meeting minutes. |
Description
This PR fixes #6312
Notes for Reviewers
Test Documentation: https://docs.google.com/document/d/1dvoVlz9rejB_a-9L90O7u6iwBM7H5TS3KgGJDVUP2rk/edit?usp=sharing
Signed commits