whoownsphilly / wop-web

https://wop-web.vercel.app
2 stars 1 forks source link

Home page visual improvements #101

Open dcaud opened 3 years ago

dcaud commented 3 years ago

Maybe there is a theme or something more systematic to make things look good across multiple screen sizes. In lieu of that, here's a CSS change that might make things look better:

Increase the left and right margins, maybe with:

.home { padding-left: 13%; padding-right: 13%; padding-top: 25px; }

And the same goes for the other pages listed in the Nav bar (Take Action and About)