-
Notifications
You must be signed in to change notification settings - Fork 115
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
[site] image container size to 50% #238
Conversation
Signed-off-by: Akshit <[email protected]>
Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, please review the Layer5 Community Welcome Guide and sure to join the community Slack. |
✔️ Website preview ready! 🔨 Explore the source changes: e96bfd0 🔍 Inspect the deploy log: https://app.netlify.com/sites/getnighthawk/deploys/61f395f8de6b370007d75d3c 😎 Browse the preview: https://deploy-preview-238--getnighthawk.netlify.app |
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.
LGTM 👍 great work @akshitarora921
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.
@akshitarora921 I think the photo should come below the description when the screen size decreases , same for the image below , this issue is already there , we can solve it here only . @Abhijay007 views???
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.
ya, this can be solved just need to set |
@akshitarora921 don't forget to signoff DCO in your next commit :) it is good practice |
In the VS Code, I have changed the settings but I have made the last commit using |
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.
LGTM 👍
docs/index.html
Outdated
@@ -93,8 +93,7 @@ <h1 class="desc-h1">Nighthawk and Meshery</h1> | |||
</div> | |||
<div class="nighthawk-meshery-div"> | |||
<div class="container description-div description-div-grpc"> | |||
<div class="custom-desc-div"> | |||
|
|||
<div class=""> |
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.
@akshitarora921 why did you removed the class??
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.
It was not doing anything as it only have one child tag, so display:flex
or flex-direction: column-reverse
were not making any impact.
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.
LGTM 👍
docs/index.html
Outdated
@@ -93,8 +93,7 @@ <h1 class="desc-h1">Nighthawk and Meshery</h1> | |||
</div> | |||
<div class="nighthawk-meshery-div"> | |||
<div class="container description-div description-div-grpc"> | |||
<div class="custom-desc-div"> | |||
|
|||
<div class=""> |
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.
<div class=""> | |
<div> |
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.
@akshitarora921 Could you please make the small change as suggested above? Thanks for your contribution 🎉🚀
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.
@adithyaakrishna Done
Signed-off-by: Akshit <[email protected]>
Yay, @akshitarora921! 🎈 |
Signed-off-by: Akshit [email protected]
Description
The meshery nighthawk performance chart image is not 50% of its container.
This PR fixes #206
Notes for Reviewers
Signed commits