changed border color and tender tablet sizes

This commit is contained in:
amirrezaghabeli
2025-08-11 08:10:06 +03:30
parent a3af2db260
commit d7deb592fa
3 changed files with 90 additions and 84 deletions
+5 -1
View File
@@ -14,7 +14,11 @@ class TabletTendersPage extends StatelessWidget {
body: SingleChildScrollView(
child: Padding(
padding: EdgeInsets.symmetric(vertical: 24.0.h()),
padding: EdgeInsets.only(
left: 24.0.w(),
right: 24.0.w(),
top: 128.0.h(),
),
child: MainTendersSlider(),
),
),