Public Access
1
0
This commit is contained in:
2025-08-06 14:07:07 -04:00
parent c1fa3e8863
commit 3f6a319565
8 changed files with 212 additions and 17 deletions

View File

@@ -52,3 +52,18 @@ body {
margin-right: 1rem;
color: #4299e1;
}
article ul {
list-style-type: disc;
padding-left: 2rem; /* Adjust for indentation */
margin-bottom: 1rem;
}
article ol {
list-style-type: decimal;
padding-left: 2rem; /* Adjust for indentation */
margin-bottom: 1rem;
}
article li {
margin-bottom: 0.5rem;
}