Commit c728ce40 authored by rizky ramadhan's avatar rizky ramadhan

logo medapp

parent f11e024d
......@@ -38,7 +38,7 @@ class Footer extends StatelessWidget {
children: [
Container(
width: screenSize.width * 0.12,
height: screenSize.height * 0.08,
height: screenSize.height * 0.07,
decoration: const BoxDecoration(
//color: Colors.lightBlueAccent,
image: DecorationImage(
......@@ -212,10 +212,12 @@ class Footer extends StatelessWidget {
letterSpacing: 1.5),
),
),
SizedBox(height: 10,),
SizedBox(
height: 10,
),
Container(
height: screenSize.height * 0.04,
child: itemBawah(
child: itemBawah(
item: 'Catalog',
routeName: '/solutions',
),
......
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