nodezoo / nodezoo-web

nodezoo.com front end
MIT License
12 stars 61 forks source link

Improve responsiveness #59

Open mcdonnelldean opened 8 years ago

mcdonnelldean commented 8 years ago

It seems there are a lot of 'inbetween' sizes where the site is two small or has too much padding as the size decreases. It looks like we need more comprehensive responsive points.

Georgette commented 8 years ago

Agreed, the currently layout is a generic layout template and not conditioned towards the natural breaks in the layout. I'd like to get all the info we want to display on the screen, then redo layout in general. I'm working towards that now.

Georgette commented 8 years ago

In addition to this, I want to redo the layout once we get most of the information we want on the interface

Georgette commented 8 years ago

Looking at this in more detail, we need to reduce the bloat of the html along with implementing an actual grid with breakpoints. We have a grid file, but its not really being used.

mcdonnelldean commented 8 years ago

@Georgette I'll assign to you since you're already doing #70. @vislamov bear in mind changes coming here since you are working on the search screen.

vislamov commented 8 years ago

I'm keeping it in mind.