fix: spacing.

This commit is contained in:
Darshan 2025-03-18 13:46:59 +05:30
parent 43de5c17f1
commit 4298f4d32b

View File

@ -15,7 +15,7 @@ class ConnectionLine extends StatelessWidget {
return SizedBox(
width: context.widthFactor(
mobileFactor: 0.25,
largeScreenFactor: 0.25,
largeScreenFactor: 0.125,
),
child: Flex(
direction: Axis.horizontal,