diff --git a/ui/lib/welcome_page.dart b/ui/lib/welcome_page.dart index 4cef276..577ddc9 100644 --- a/ui/lib/welcome_page.dart +++ b/ui/lib/welcome_page.dart @@ -57,7 +57,7 @@ class WelcomePage extends ConsumerWidget { class MediaCard extends StatelessWidget { final MediaDetail item; - static const double smallWidth = 126; + static const double smallWidth = 120; static const double largeWidth = 140; const MediaCard({super.key, required this.item});