Browse Source

fix min/increment input

windhamdavid 1 year ago
parent
commit
ce6ba5a0dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/stylesheets/style.css

+ 1 - 1
public/stylesheets/style.css

@@ -243,7 +243,7 @@ span#game-type {
     width: 80%; }
     #form fieldset input {
       margin-left: 1em;
-      width: 60px;
+      width: 70px;
       outline: none;
       height: 40px;
       line-height: 30px;