Add padding to support page

This commit is contained in:
Godwin Asuquo 2023-02-14 21:55:13 +02:00
parent ea09bba0fb
commit 6caeae2817

View file

@ -156,6 +156,7 @@ class DesktopSidebarWrapper extends BasePage {
children: [
child,
Container(
padding: EdgeInsets.all(20),
child: Navigator(
initialRoute: Routes.support,
onGenerateRoute: (settings) => Router.createRoute(settings),