Skip to content
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

Implement Container and Bootstrap grid throughout page #62

Closed
Amorpheuz opened this issue Mar 25, 2020 · 1 comment
Closed

Implement Container and Bootstrap grid throughout page #62

Amorpheuz opened this issue Mar 25, 2020 · 1 comment

Comments

@Amorpheuz
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Yes. Currently, the container and container-fluid class is being used on a granular level for individual sections which isn't actually required.

Even though the site feels responsive currently, it will allow the website to be fully responsive in all the cases including many edge-ones due to correct usage and the scenarios being tested out by the Bootstrap community.

Describe the solution you'd like
It would be a correct use of the Bootstrap Layout functionality if the correct container class is applied throughout the index page. Personally I would recommend container-lg and remove all the redundant nested containers.

Next, implement the row and col classes on each level with divs. I would love to see an in-depth conversation about grid implementations before it is finalized!

Additional context
More information can be found here:

@JD235
Copy link
Contributor

JD235 commented Mar 29, 2020

Assign this task to me will work on it.

pranitb10 added a commit to pranitb10/mozguj that referenced this issue Apr 26, 2020
…ied the Bootstrap Container and Grid across the whole page and also have removed extra unnecessary inlince CSS properties.
arps18 added a commit that referenced this issue May 4, 2020
@arps18 arps18 closed this as completed May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants