Skip to content

Commit 7f41d8f

Browse files
committed
chore: improve divider
1 parent 969884b commit 7f41d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReboundDivider.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const flipVertically = Astro.props.flipVertically ? -1 : 1;
1919
height: auto;
2020
transform: scaleX(var(--flip-horizontally)) scaleY(var(--flip-vertically));
2121
fill: var(--divider-fill, #000);
22-
margin: -1.5px;
22+
margin: -1.01px;
2323
}
2424
</style>
2525

0 commit comments

Comments
 (0)