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> {
fit: BoxFit.cover)),
),
Container(
width: screenSize.width * 0.5,
width: screenSize.width * 0.6,
height: screenSize.height * 0.34,
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(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
......@@ -38,7 +38,7 @@ class _ContactUsState extends State<ContactUs1> {
Text(
'Contact Us',
style: GoogleFonts.poppins(
fontSize: 37,
fontSize: 30,
fontWeight: FontWeight.bold,
color: Colors.white),
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