Skip to content

Commit

Permalink
reduce width of inputs in UI #51
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 4, 2017
1 parent a376336 commit 3a8a2f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h2 class="mt0 fw5 tc f2 bg-teal white pa2"><em>How?</em></h2>
Input your <strong class="fw5">GitHub Username</strong>
(<em> <strong class="u">or</strong> org name</em>):
</td>
<td class="pv2 ph3 w-50">
<input class="input-reset f4 pa2 ba bw1 mr5 w-100" type="text"
<td class="pv2 ph3 w-40">
<input class="input-reset f4 pa2 ba bw1 mr5 w-80" type="text"
id="username" name="username" placeholder="username" autofocus>
</td>
</tr>
Expand All @@ -40,8 +40,8 @@ <h2 class="mt0 fw5 tc f2 bg-teal white pa2"><em>How?</em></h2>
Input the <strong class="fw5">GitHub Project/Repository</strong>
name:
</td>
<td class="pv2 ph3 w-50">
<input class="input-reset f4 pa2 ba bw1 mr5 w-100" type="text"
<td class="pv2 ph3 w-40">
<input class="input-reset f4 pa2 ba bw1 mr5 w-80" type="text"
id="repo" name="repo" placeholder="repo/project">
</td>
</tr>
Expand Down

0 comments on commit 3a8a2f8

Please sign in to comment.