fixed layout for second page of year instructions page
This commit is contained in:
parent
6e9f476017
commit
316c3d3fc3
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ class _YearInstructionPageState extends State<YearInstructionPage> {
|
|||
)
|
||||
),
|
||||
Container(
|
||||
padding: EdgeInsets.fromLTRB(0, 0, 0, 10),
|
||||
padding: EdgeInsets.fromLTRB(0, 50, 0, 10),
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
|
|
Loading…
Add table
Reference in a new issue