Increase top padding for responsive design on home page

This commit is contained in:
Leon Bösche
2026-01-11 04:04:23 +01:00
parent 615c92dc5f
commit e5aee55dca

View File

@@ -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(