From 2da424b1670d811acd4ef3fbab3d56633310d198 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 18 Jun 2023 17:47:56 +0200 Subject: [PATCH] Use emojis instead of bullets in lists. --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 3d2ea2c..9faf99e 100644 --- a/index.html +++ b/index.html @@ -20,6 +20,10 @@ h3 { margin-bottom: 0px; } + ul { + list-style-type: none; + padding-left: 15px; + } -- 2.39.5