Skip to content

Commit 5418212

Browse files
authored
List items appeared correctly in mobile with mobile_layout_economy option (theme-next#817)
1 parent 60b04f5 commit 5418212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/css/_common/scaffolding/mobile.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
}
7777

7878
// For lists narrow width.
79-
> ul, > li {
80-
padding: 0 18px;
79+
> ul {
80+
margin-inline-end: 1em;
8181
}
8282

8383
// For blockquotes.

0 commit comments

Comments
 (0)