Ragnarson-Internship2016 / group-I

0 stars 2 forks source link

Fix input fields in sign in page to be responsive #111

Closed Kacper3331 closed 8 years ago

Kacper3331 commented 8 years ago

Closes #110

shadre commented 8 years ago

Sorry, I don't think this is how the page should respond to this width at all: resp One "box" should be below another, not like this. ^

shadre commented 8 years ago

The <div>s are stacking well now.

There are two more slight changes required in my opinion, however. Both are visible in smaller resolutions (you can use browser's developer tools to see a webpage as seen on different devices):

  1. Fix the space between green [Let me in!] button and "Sign up" header (should be bigger), and fix the space between the "Sign up" header and the text below it (should be smaller). Please see the problem below: sign up It's confusing, because a user can think he/she should click the green button to Sign up, which is not the case.
  2. Add some space below the blue [Sign me up!] - button - currently there is no space between it and bottom edge of the screen on smaller devices. See below: blue button
shadre commented 8 years ago

:+1: