From c21a095b490efbdd978561ff60b8ff3ea189ec71 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 10:32:48 +0100 Subject: [PATCH] styling --- assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/style.css b/assets/style.css index ca4f4d7..49c2193 100644 --- a/assets/style.css +++ b/assets/style.css @@ -185,4 +185,7 @@ header ul { display: flex; flex-direction: column; gap: 0; +} +header ul li { + list-style: circle; } \ No newline at end of file