From 0d7f5cb25c13d92721585f88f1596d35e82d498f Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 21:19:07 +0000 Subject: [PATCH] bullet lists should be wider --- css/retro.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/retro.css b/css/retro.css index a1a96a8..aac5669 100644 --- a/css/retro.css +++ b/css/retro.css @@ -324,18 +324,18 @@ tr:hover { ol li { font-family: "Classic Console Neue", monospace; - font-size: 15px; + font-size: 16px; background: #222; color: #fdd461; - max-width: 30%; + max-width: 80%; margin-left: 35px; } ul li { font-family: "Classic Console Neue", monospace; - font-size: 15px; + font-size: 16px; color: #fdd461; - max-width: 70%; + max-width: 80%; margin-left: 35px; }