vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

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:
Msrc/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 {