Increase top padding for responsive design on home page

This commit is contained in:
Leon Bösche
2026-01-11 04:46:18 +01:00
parent a3a9360110
commit ac1bd2749c

View File

@@ -352,7 +352,7 @@ class _HomePageState extends State<HomePage> with TickerProviderStateMixin {
return Padding(
padding: EdgeInsets.only(
top: MediaQuery.of(context).size.width < 600
? 80.0
? 88.0
: 78.0,
),
child: AnimatedContainer(