diff --git a/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart b/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart index acb0fe9d..eed5fedf 100644 --- a/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart +++ b/Frontend/lib/mih_packages/about_mih/package_tools/mih_ attributes.dart @@ -25,13 +25,19 @@ class _MihAttributesState extends State { children: [ TableCell( verticalAlignment: TableCellVerticalAlignment.middle, - child: Padding( - padding: const EdgeInsets.only(bottom: 15.0), - child: Center( - child: Icon( - icon, - size: 125, - color: MzanziInnovationHub.of(context)!.theme.secondaryColor(), + child: SizedBox( + height: 150, + child: Padding( + padding: const EdgeInsets.only(bottom: 15.0), + child: FittedBox( + child: Center( + child: Icon( + icon, + // size: 125, + color: + MzanziInnovationHub.of(context)!.theme.secondaryColor(), + ), + ), ), ), ), @@ -39,10 +45,11 @@ class _MihAttributesState extends State { TableCell( verticalAlignment: TableCellVerticalAlignment.middle, child: Padding( - padding: const EdgeInsets.only(bottom: 15.0), + padding: const EdgeInsets.all(15.0), child: Center( child: Text( creator, + textAlign: TextAlign.center, style: const TextStyle( fontSize: 20, fontWeight: FontWeight.bold,