From 3f2e2abf13983ac0ebc9fe75c869261e2723b904 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 7 Sep 2020 17:46:17 -0400 Subject: Make indents work better --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 256ada8..6a5d13a 100644 --- a/src/style.css +++ b/src/style.css @@ -22,7 +22,7 @@ ul { li { margin-top: 10px; margin-bottom: 10px; - text-indent: 0.7em; + padding-left: 0.7em; } h1, h2, h3 { -- cgit v1.2.3