From 6b9fef06847e55aee2f93ece513a0d62ee7e359c Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 3 Feb 2020 09:30:25 +0100 Subject: Add helper to create dom nodes --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/main.css b/static/main.css index cb4fda0..7595b24 100644 --- a/static/main.css +++ b/static/main.css @@ -144,7 +144,7 @@ body { left: 0; counter-increment: ol; content: counter(ol); - margin-right: (px 10); + margin-right: 10px; background-color: var(--color-title); color: white; border-radius: 50%; -- cgit v1.2.3