Skip to content

Commit

Permalink
Improve responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandruGhergut committed Apr 28, 2016
1 parent 20ac507 commit c822dac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,17 @@ form {
}

#inputField input {
box-sizing: border-box;
width: 89%;
height: 100%;
}

#inputField button {
box-sizing: border-box;
width: 10%;
font-size: 1vw;
background: rgb(130, 224, 255);
height: 100%;
background: #0E4C95;
color: white;
border-radius: 10px;
}

0 comments on commit c822dac

Please sign in to comment.