IndivisibleSomerville / its-our-call

2 stars 1 forks source link

Add navigation menu #46

Closed ethanbb closed 6 years ago

ethanbb commented 6 years ago

Fixes #5. The only thing I don't like now is how the header title goes offscreen when you open the menu (since actually the whole header moves to the left). I want this to happen on a phone, but not on desktop (but I don't know how to achieve that). Probably relates to #38 (responsive design).

ethanbb commented 6 years ago

OK, I fixed the header moving on desktop by changing "width" rather than "left" and adding a "min-width".