Skip to content

Commit f0b7256

Browse files
committed
Change badge cut lines
1 parent f725381 commit f0b7256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/badge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const cmToPx = (cm: number) => cm * (96 / 2.54);
77
const CUT_SPACE_CM = 0.7;
88
// 13 - 3
99
const CUT_LINE_SIZE_CM = 0.3;
10-
const CUT_LINE_SIZE_2_CM = 0.07;
10+
const CUT_LINE_SIZE_2_CM = 0.02;
1111

1212
export const CUT_LINE_SIZE_PX = cmToPx(CUT_LINE_SIZE_CM);
1313
export const CUT_LINE_SIZE_2_PX = cmToPx(CUT_LINE_SIZE_2_CM);

0 commit comments

Comments
 (0)