Skip to content

Commit

Permalink
fix: oversized text for bulleted items in small screens (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed Jun 6, 2023
1 parent b6fc945 commit 3c59c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ ol {
font-size: 12px;
}

.k-main .details .article .content p {
.k-main .details .article .content p,
.k-main .details .article .content ul > li {
font-size: 15px;
}

Expand Down

0 comments on commit 3c59c6a

Please sign in to comment.