From 0444ae2474fb6868a00d85894bfd41105627f774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Fri, 26 Apr 2019 15:00:15 +0200 Subject: [PATCH] Fix textarea width --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 8cf65e2..a7145db 100644 --- a/static/style.css +++ b/static/style.css @@ -768,7 +768,7 @@ h3, .h3-like { .contacts__email, .contacts__terms, -.contacts__message { +.contacts__msg { width: 80%; margin: 0 auto; }