diff --git a/frontend/lib/pages/list.dart b/frontend/lib/pages/list.dart index 8a9ba4c..42d156c 100644 --- a/frontend/lib/pages/list.dart +++ b/frontend/lib/pages/list.dart @@ -42,7 +42,7 @@ class ListPage extends StatelessWidget { padding: const EdgeInsets.only( left: Constants.edgeInset, right: Constants.edgeInset, - top: Constants.edgeInset + top: Constants.edgeInset*2 ), child: Text( '${Strings.allQuotesCount} – $quoteCount',