From ba29bdb05b856fa2ce33c2adea59061dcdbccbdf Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Sun, 21 May 2023 14:16:11 +0200 Subject: [PATCH] docs: fix text-align in list --- docs/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/style.css b/docs/style.css index bbff715d..bc80d1ac 100644 --- a/docs/style.css +++ b/docs/style.css @@ -127,6 +127,10 @@ body { text-align: left; } +ul { + text-align: left; +} + hr { background: white; margin-top: 0; @@ -140,5 +144,3 @@ hr { .banner-photo { margin-bottom: 30px; } - -