Skip to content

Commit c32b653

Browse files
committed
fix: add back the list css after reset
Signed-off-by: Vitor Mattos <[email protected]>
1 parent e620095 commit c32b653

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/_assets/css/main.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,21 @@
44

55
.ud-main-btn {
66
background-color: var(--primary-color);
7+
}
8+
9+
/* Blog article content styles */
10+
.ud-blog-details-content .article ul {
11+
list-style-type: disc;
12+
margin-left: 1.5rem;
13+
margin-bottom: 1rem;
14+
}
15+
16+
.ud-blog-details-content .article ol {
17+
list-style-type: decimal;
18+
margin-left: 1.5rem;
19+
margin-bottom: 1rem;
20+
}
21+
22+
.ud-blog-details-content .article li {
23+
margin-bottom: 0.5rem;
724
}

0 commit comments

Comments
 (0)