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;