Skip to content

Commit 284b3e4

Browse files
fix: support box list padding and layout
1 parent 99f773e commit 284b3e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

css/settings.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,8 +1251,11 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
12511251
justify-content: flex-end;
12521252
}
12531253

1254-
.support-box-list{
1255-
padding: 30px 0 24px;
1254+
.support-box-list {
1255+
padding: 20px 0 24px;
1256+
display: flex;
1257+
flex-direction: column;
1258+
gap: 1rem;
12561259
}
12571260
.support-box-list > ul{
12581261
display: grid;

0 commit comments

Comments
 (0)