update AI page

This commit is contained in:
Raven Scott 2024-10-02 20:50:47 -04:00
parent 28e2057a2e
commit 1bc3f10203

View File

@ -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;