-
Notifications
You must be signed in to change notification settings - Fork 41
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
fixed footer issue #76
base: master
Are you sure you want to change the base?
Conversation
Please check if this can be merged. |
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.
@sauravrajleaf Please remove all the editor formatting changes like double quotes, semicolons, etc.
A quicker way to do them would be to revert all the current changes and turn auto-format on save off. Now do the correct changes in CSS and then push them to your PR.
After this you are free to turn it on again :)
Please remove the merge conflicts too. |
|
Regarding the last part pushing them to my PR. I did not understand that very well.
If it's the later one, I have no idea to how to push changes to same PR. Can you please guide me through. Thanks. |
Just a correction to your second point: The merge conflict is not due to the editor. It occurs when someone also proposed some changes on the same line of code that you were working and his/her changes got merged before you. That's why you faced a merged conflict. To resolve this, I'd suggest you to watch any tutorial on "How to resolve merge conflicts" |
By pushing I meant, just do a new commit to your current PR and push those latest changes. By pushing, your newly added commits will also reflect here, and I will be able to see your updated code. |
I've done the changes. Please check once. I hope this time it's right. |
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.
Issue
Fixes #75
Description
New content container add to Home & Bookmarked. Modified footer css.
Type of change
Screenshot
Checklist: