Commit 90e1188c authored by Ade Fikriatul  Ilmi's avatar Ade Fikriatul Ilmi

memperbaiki footer web and mobile

parent acd25f57
......@@ -99,7 +99,7 @@ class Footer extends StatelessWidget {
ApiLinkedin(),
ApiTwitter(),
ApiInstagram(),
ApiYoutube()
ApiYoutube(),
],
),
),
......@@ -244,12 +244,13 @@ class Footer extends StatelessWidget {
child: ListTile(
leading: const Icon(
Icons.location_on,
size: 25,
size: 28,
color: Colors.black,
),
title: Container(
padding: const EdgeInsets.only(left: 14),
padding: const EdgeInsets.only(left: 25),
width: screenSize.width * 0.25,
height: screenSize.height * 0.3,
height: screenSize.height * 0.8,
child: Text(
'PT. Tiga Daya Digital Indonesia \nThe East '
'Tower 19th Floor \nJl. Dr. Ide Anak Agung '
......@@ -478,7 +479,7 @@ class _TelphoneApiState extends State<TelphoneApi> {
return const CircularProgressIndicator();
}
return Container(
width: screenSize.width * 0.19,
width: screenSize.width * 0.20,
child: ListTile(
leading: const Icon(
Icons.phone,
......
This diff is collapsed.
......@@ -11,7 +11,6 @@ export 'package:medapp_eksad/screen/solution/our_solution.dart';
export 'package:medapp_eksad/screen/solution/our_solution2.dart';
export 'package:medapp_eksad/screen/contact_us/contact_us1.dart';
export 'package:medapp_eksad/screen/contact_us/contact_us2.dart';
export 'package:medapp_eksad/screen_small/small_footer.dart';
export 'package:medapp_eksad/screen_small/small_contact/small_contact_us1.dart';
export 'package:medapp_eksad/screen_small/small_contact/small_contact_us2.dart';
export 'package:medapp_eksad/screen_small/small_home/small_home1.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment