devinshende / challenge-tracker

Website to track challenge times for obstacles at nwninjapark in springfield, OR
https://ninjapark-tracker.herokuapp.com
1 stars 0 forks source link

Fix spacing #16

Closed devinshende closed 5 years ago

devinshende commented 5 years ago

If you go to / and click all three buttons you will see that the content for login, signup, and leaderboard are off center. This is a css problem in base.html that needs to be fixed. I think it has to do with .container {}

devinshende commented 5 years ago

Probably container is centered but the content is not centered within the container. Container is probably also a set width.

devinshende commented 5 years ago

Done. In the end I just had to delete the width:100% for the wrapper class that was wrapping the forms. It didn't change the width of the form. It just made it centered. It also made it so there is no longer the white space to the right of the page that you can scroll to