From c2b43c8f6cd12badf42d1882a43269e0488ccc59 Mon Sep 17 00:00:00 2001 From: Philipp Matthias Schaefer Date: Sat, 27 Feb 2021 20:54:41 +0100 Subject: [PATCH] feat(legal.html): style legal page --- src/static/webldappasswd.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/static/webldappasswd.css b/src/static/webldappasswd.css index 21eac71..452c173 100644 --- a/src/static/webldappasswd.css +++ b/src/static/webldappasswd.css @@ -31,9 +31,15 @@ body { font-family: sans-serif; } -form { +body * { width: 720px; +} +h1 { + text-align: center; +} + +form { display: grid; grid-template-columns: 1fr; }