-
Notifications
You must be signed in to change notification settings - Fork 13
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
Issue #62 resolved. #76
Conversation
…ied the Bootstrap Container and Grid across the whole page and also have removed extra unnecessary inlince CSS properties.
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.
Sure @Amorpheuz . On it! |
@Amorpheuz I've solved conflict in the file, so kindly review if any changes are to be done! |
style/style.css
Outdated
@@ -305,7 +328,7 @@ html{ | |||
|
|||
.accordion-content { | |||
padding: 0 20px; | |||
margin-left: 100px; | |||
margin-left: 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.
Don't edit things not related to your issue xD, they might be getting fixed in another 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.
Okay, have set it back to as it was before.
This contains the solution for Issue #62 i.e Implement Container and Bootstrap grid throughout the page. Also, I have removed the extra unnecessary inline properties.