Fix ordered-list style in articles on mobiles

This commit is contained in:
Ashwin Maroli 2022-11-07 18:45:33 +05:30 committed by GitHub
parent 66fe8b5f21
commit 581717cc41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -444,7 +444,9 @@ article {
}
@media (max-width: 480px) {
article ul { padding-left: 20px; }
article {
ul, ol { padding-left: 20px }
}
}
@media (max-width: 568px) {