commit bf6ae91a6d8982f4841d02b741241c0e2045d00b parent 828e3a5795aecdc68a9a2ece85078b6de8be1447 Author: Daniel GarcĂa <dani-garcia@users.noreply.github.com> Date: Mon, 18 Feb 2019 20:43:34 +0100 Remove margins on small devices Diffstat:
M | src/static/templates/admin/base.hbs | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git 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 {