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(
|
||||
padding: EdgeInsets.only(
|
||||
top: MediaQuery.of(context).size.width < 600
|
||||
? 60.0
|
||||
? 80.0
|
||||
: 78.0,
|
||||
),
|
||||
child: AnimatedContainer(
|
||||
|
||||
Reference in New Issue
Block a user