From 2fafa2ed1ebd8120214fc9aa8868bff8404c315a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 30 May 2019 00:26:21 +0200 Subject: Add margin to body. --- templates/add.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/add.css b/templates/add.css index 77c7400..9d11873 100644 --- a/templates/add.css +++ b/templates/add.css @@ -1,5 +1,5 @@ body { - margin: 0; + margin: 0.5em; font-size: 100%; } -- cgit v1.2.3