Skip to content

Commit a93f6eb

Browse files
fix: padding in support-box
1 parent 1498cd4 commit a93f6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/settings.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1269,7 +1269,7 @@ input.fz-switch-toggle[type=checkbox]:checked:before{
12691269

12701270
.support-box{
12711271
border: 1px solid #D9D9D9;
1272-
padding: 0 30px 30px;
1272+
padding: 30px;
12731273
flex-grow: 1;
12741274
display: flex;
12751275
flex-direction: column;

0 commit comments

Comments
 (0)