Skip to content

Commit 327abb4

Browse files
committed
chore: improve divider
1 parent cb0d79f commit 327abb4

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
@@ -15,7 +15,7 @@ const flipVertically = Astro.props.flipVertically ? -1 : 1;
1515
}}
1616
>
1717
svg {
18-
width: calc(100% + 1.5px);
18+
width: calc(100% + 1.01px);
1919
height: auto;
2020
transform: scaleX(var(--flip-horizontally)) scaleY(var(--flip-vertically));
2121
fill: var(--divider-fill, #000);

0 commit comments

Comments
 (0)