From 8012cefb2e3cfd5b25084fff372cb78e58662955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Petr=C3=A1=C5=88?= Date: Mon, 29 Apr 2019 20:35:30 +0200 Subject: [PATCH] Input width --- css/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/master.css b/css/master.css index b28ab95..5a15ab6 100644 --- a/css/master.css +++ b/css/master.css @@ -123,7 +123,7 @@ form.contact-form{ margin: 1em 0; } input{ - width: 13em; + width: 75%; } textarea{ resize: none !important;