Restore design tweaks with giza
This commit is contained in:
parent
23cd1b4c71
commit
30a0d68b0d
@ -54,8 +54,8 @@ class PyramidsGizaIllustration extends StatelessWidget {
|
|||||||
enableHero: true,
|
enableHero: true,
|
||||||
heightFactor: .5,
|
heightFactor: .5,
|
||||||
minHeight: 300,
|
minHeight: 300,
|
||||||
zoomAmt: 0, //config.shortMode ? -.2 : -2,
|
zoomAmt: config.shortMode ? -.2 : -2,
|
||||||
fractionalOffset: Offset.zero, //Offset(config.shortMode ? .015 : 0, config.shortMode ? .17 : -.15),
|
fractionalOffset: Offset(config.shortMode ? .015 : 0, config.shortMode ? .17 : -.15),
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user