fix: oversized text for bulleted items in small screens (#591)

pull/620/head
Seaton Jiang 2023-06-06 18:40:07 +08:00
parent b6fc9457e7
commit 3c59c6af19
No known key found for this signature in database
GPG Key ID: B79682F6FE8D30E3
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}