update AI page
This commit is contained in:
parent
28e2057a2e
commit
1bc3f10203
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user