[Site] Fixed docs section padding#121
Merged
vinayaksh42 merged 2 commits intolayer5io:masterfrom May 31, 2021
NikhilSharma03:docs_feature_section_padding
Merged
[Site] Fixed docs section padding#121vinayaksh42 merged 2 commits intolayer5io:masterfrom NikhilSharma03:docs_feature_section_padding
vinayaksh42 merged 2 commits intolayer5io:masterfrom
NikhilSharma03:docs_feature_section_padding
Conversation
Signed-off-by: Nikhil <nikhilsharmamusic2000@gmail.com>
vinayaksh42
suggested changes
May 30, 2021
| </button> | ||
| </h2> | ||
| <div id="flush-collapse{{docs.number}}" class="accordion-collapse collapse" aria-labelledby="flush-heading{{docs.number}}" data-bs-parent="#accordionFlushExample"> | ||
| <div id="flush-collapse{{docs.number}}" class="accordion-collapse collapse" style="padding: 15px;" aria-labelledby="flush-heading{{docs.number}}" data-bs-parent="#accordionFlushExample"> |
Member
There was a problem hiding this comment.
avoid using inline styling as it gets a little difficult to track various different CSS changes. Instead, do all the styling changes in the designated folder.
Member
|
Ignoring issue of inline style, the effect is certainly an improvement. Nice work, @NikhilSharma03. |
Signed-off-by: Nikhil <nikhilsharmamusic2000@gmail.com>
Member
Author
|
Thank you @leecalcote and @vinayaksh42 .Can you please review the changes? |
|
✔️ Website preview ready! 🔨 Explore the source changes: 3412f5f 🔍 Inspect the deploy log: https://app.netlify.com/sites/getnighthawk/deploys/60b4d407f6822500088e8e04 😎 Browse the preview: https://deploy-preview-121--getnighthawk.netlify.app |
Member
|
Great work! @NikhilSharma03 |
vinayaksh42
approved these changes
May 31, 2021
Member
Author
|
Thank you @vinayaksh42 |
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.
Signed-off-by: Nikhil nikhilsharmamusic2000@gmail.com
Description
Before
After Changes
Notes for Reviewers
Let me know if we can make any other changes. Thank you.
Signed commits