Commit efdca11d authored by Ade Fikriatul  Ilmi's avatar Ade Fikriatul Ilmi

merapikan contact us

parent 69e1699e
...@@ -27,10 +27,10 @@ class _ContactUsState extends State<ContactUs1> { ...@@ -27,10 +27,10 @@ class _ContactUsState extends State<ContactUs1> {
fit: BoxFit.cover)), fit: BoxFit.cover)),
), ),
Container( Container(
width: screenSize.width * 0.5, width: screenSize.width * 0.6,
height: screenSize.height * 0.34, height: screenSize.height * 0.34,
padding: EdgeInsets.only( padding: EdgeInsets.only(
right: screenSize.width * 0.30, left: screenSize.height * 0.06), right: screenSize.width * 0.30, left: screenSize.height * 0.22),
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceEvenly, mainAxisAlignment: MainAxisAlignment.spaceEvenly,
...@@ -38,7 +38,7 @@ class _ContactUsState extends State<ContactUs1> { ...@@ -38,7 +38,7 @@ class _ContactUsState extends State<ContactUs1> {
Text( Text(
'Contact Us', 'Contact Us',
style: GoogleFonts.poppins( style: GoogleFonts.poppins(
fontSize: 37, fontSize: 30,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,
color: Colors.white), color: Colors.white),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
......
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