From aaf99f9923beefbb20dd338ef82cc5a6afd8a1f3 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 10:38:12 +0100 Subject: [PATCH] style.css fit content for header ul li --- assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/style.css b/assets/style.css index 391bf64..fe81dc3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -189,6 +189,7 @@ header ul { } header ul li { list-style: circle; + width: fit-content; } .feature-list {