Skip to content

Commit 8c1ccdb

Browse files
committed
feat(style): add right bumper to inline option
1 parent 79fa532 commit 8c1ccdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/client/styles/main/layout.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**********/
44
&.inline {
55
display: inline-flex;
6+
margin-right: 15px;
67
}
78

89
&.right {
@@ -15,7 +16,7 @@
1516
}
1617
.checkbox {
1718
margin-right: 0;
18-
margin-left: remy(6);
19+
margin-left: 15px;
1920
}
2021
}
2122

0 commit comments

Comments
 (0)