diff --git a/lib/components/product_box.dart b/lib/components/product_box.dart index ff52c68..65fad42 100644 --- a/lib/components/product_box.dart +++ b/lib/components/product_box.dart @@ -53,7 +53,7 @@ class _ProductBoxState extends State { Flexible( flex: 1, child: Container( - margin: const EdgeInsets.all(10), + margin: const EdgeInsets.only(top: 10, left: 5, right: 5), child: Text( widget.title, style: TextStyle(