From a0bd69c4897f6e77d0f0a0c9352196792efb392a Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 4 Dec 2020 16:46:09 +0100 Subject: [PATCH] magicword spacing --- stylesheet.css | 3 +++ templates/index.html | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index 49fccd9..0b2bd26 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -30,3 +30,6 @@ hr{ max-width: 600px; } .info{font-size: smaller;} +.magicwords{ + padding-right: 5px; +} diff --git a/templates/index.html b/templates/index.html index 7e9a2e4..fc2e262 100644 --- a/templates/index.html +++ b/templates/index.html @@ -41,7 +41,9 @@ - {% for magicword in pad.magicwords %}{{ magicword }} {% endfor %} + {% for magicword in pad.magicwords %} + {{ magicword }} + {% endfor %}