From a199414b53fe08c30c816ddcc5a339c2fc47776b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 21:17:02 +0000 Subject: [PATCH] bullet lists should be wider --- css/retro.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/retro.css b/css/retro.css index 0035b4f..a1a96a8 100644 --- a/css/retro.css +++ b/css/retro.css @@ -335,7 +335,7 @@ ul li { font-family: "Classic Console Neue", monospace; font-size: 15px; color: #fdd461; - max-width: 30%; + max-width: 70%; margin-left: 35px; }