changed the layout a bit for the add pizza event page

This commit is contained in:
broodjeaap89 2021-08-30 21:46:24 +02:00
parent 27cf8504d9
commit 3b10525171

View file

@ -37,11 +37,11 @@ class AddPizzaEventPageState extends State<AddPizzaEventPage> {
),
resizeToAvoidBottomInset: false,
body: Container(
padding: EdgeInsets.fromLTRB(40, 10, 40, 10),
padding: EdgeInsets.all(16),
child: Column(
children: <Widget>[
Expanded(
flex: 20,
flex: 40,
child: Column(
children: <Widget>[
Row(