From: Jakub Czajka Date: Sun, 18 Jun 2023 15:47:56 +0000 (+0200) Subject: Use emojis instead of bullets in lists. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=2da424b1670d811acd4ef3fbab3d56633310d198;p=website.git Use emojis instead of bullets in lists. --- 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; + }