commit fd1ce09dfd46ee2bf36608e75b9031df5afa8f81 parent 6e12c2022577610a3b2e0e59628e09aa45e2b855 Author: FIGBERT <figbert@figbert.com> Date: Fri, 25 Jun 2021 15:35:44 -0700 Update error page styling Diffstat:
M | static/global.css | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -182,8 +182,10 @@ kbd { .error > strong { font-size: 5rem; + margin-bottom: 1.5rem; } .error > p { font-size: 2rem; + margin: 0; }