From a64668c024c84f2b0a01357d05092064f17ffd4e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jul 2016 16:45:07 +0200 Subject: Client: try to make it work with Android Firefox --- client/src/sass/application.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/src/sass') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 5c56e9507..9c48b4627 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -1,5 +1,9 @@ body { padding: 20px; + + @media screen and (max-width: 400px) { + padding: 3px; + } } footer { -- cgit v1.2.3