From c822dac49f3ec62a24231a83e88a8a8eeb8d5d8f Mon Sep 17 00:00:00 2001 From: Alexandru Ghergut Date: Thu, 28 Apr 2016 23:11:08 +0300 Subject: [PATCH] Improve responsiveness --- assets/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 6a852c8..8db4bbc 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -49,6 +49,7 @@ form { } #inputField input { + box-sizing: border-box; width: 89%; height: 100%; } @@ -56,9 +57,9 @@ form { #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; }