From 7c30f21f479c2d6167cde6cc3ebd5b8d9a905edf Mon Sep 17 00:00:00 2001 From: Siddharth Goyal Date: Tue, 25 Jul 2017 23:31:53 +0530 Subject: [PATCH] Fix design of report-bug form --- website/static/css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/static/css/style.css b/website/static/css/style.css index 02fe14452..80a4d8b57 100644 --- a/website/static/css/style.css +++ b/website/static/css/style.css @@ -84,9 +84,11 @@ a:hover{ .form{ margin:0; } +@media only screen and (max-width: 400px){ .form-group{ margin-top: 10px; margin-bottom: 10px; + } } .form input,.form textarea{ background-color: #eee;