Tweaks
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user