ragegage / robinbanks

Stock price visualizer built with Rails and React
https://www.robinbanks.herokuapp.com/
0 stars 0 forks source link

position elements on the page (all elements should be positioned well) #45

Closed ragegage closed 8 years ago

ragegage commented 8 years ago
ragegage commented 8 years ago

Set #content to:

display: flex;
justify-content: center;

and .nav to min-width:900px

ragegage commented 8 years ago

Everything looks good until the window gets narrower than 900px; then it cuts off the right and left parts of the screen.

ragegage commented 8 years ago

Fine for now.