Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update form.css #170

Merged
merged 1 commit into from
May 17, 2019
Merged

Update form.css #170

merged 1 commit into from
May 17, 2019

Commits on Feb 5, 2019

  1. Update form.css

    The text is too long and goes out of the button.
    Increase the size of the button.
    My resolution: 1920x1080.  
    
    Decrease font-size: 1.4em;
    Increase max-width: 22em;
    
    .form input[type=text],
    .form input[type=submit] {
    
      font-size: 1.4em;
    
      max-width: 22em;
    
    }
    ZerooCool committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    01902e3 View commit details
    Browse the repository at this point in the history