From bf6ae91a6d8982f4841d02b741241c0e2045d00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa?= Date: Mon, 18 Feb 2019 20:43:34 +0100 Subject: [PATCH] Remove margins on small devices --- src/static/templates/admin/base.hbs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index f8e72b85..362d06c7 100644 --- a/src/static/templates/admin/base.hbs +++ b/src/static/templates/admin/base.hbs @@ -25,6 +25,10 @@ body { padding-top: 190px; } + + .container { + max-width: 100%; + } } img {