From 1bc3f10203691aafbaae1c210432a004f09ee3fa Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Wed, 2 Oct 2024 20:50:47 -0400 Subject: [PATCH] update AI page --- public/css/chat.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/css/chat.css b/public/css/chat.css index 863cd7d..3eb0dab 100644 --- a/public/css/chat.css +++ b/public/css/chat.css @@ -235,6 +235,17 @@ code { /* Align the text left */ } +ul { + margin: 20px 0; /* Adds space around the list */ + padding-left: 40px; /* Indents the list items */ +} + +li { + margin-bottom: 10px; /* Adds space between each list item */ + line-height: 1.5; /* Improves readability */ +} + + .copy-button-code { background-color: #444; color: white;