Increase top padding for responsive design on home page
This commit is contained in:
@@ -349,7 +349,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
|
|||||||
return Padding(
|
return Padding(
|
||||||
padding: EdgeInsets.only(
|
padding: EdgeInsets.only(
|
||||||
top: MediaQuery.of(context).size.width < 600
|
top: MediaQuery.of(context).size.width < 600
|
||||||
? 60.0
|
? 80.0
|
||||||
: 78.0,
|
: 78.0,
|
||||||
),
|
),
|
||||||
child: AnimatedContainer(
|
child: AnimatedContainer(
|
||||||
|
|||||||
Reference in New Issue
Block a user