Commit b95a8301 authored by Fikri's avatar Fikri
parents 35fc0770 7fcdf4e8
......@@ -52,7 +52,7 @@ class Home1 extends StatelessWidget {
Container(
// color: Colors.blue,
width: screenSize.width * 0.25,
height: screenSize.height * 0.09,
height: screenSize.height * 0.1,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
direction: Direction.horizontal,
......@@ -90,7 +90,7 @@ class Home1 extends StatelessWidget {
),
),
Container(
width: screenSize.width * 0.135,
width: screenSize.width * 0.15,
height: screenSize.height * 0.07,
child: ShowUpAnimation(
delayStart: const Duration(seconds: 1),
......@@ -103,7 +103,7 @@ class Home1 extends StatelessWidget {
},
style: DefaultColors(),
child: const Text(
'TAKL WITH EXPERT',
'TALK WITH EXPERT',
style: TextStyle(
fontSize: 17,
letterSpacing: 2,
......
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