Updated pages

This commit is contained in:
Patrick Alvin Alcala 2025-12-15 17:37:26 +08:00
parent 2bd32df8fd
commit cbb142b0cf
2 changed files with 91 additions and 27 deletions

View file

@ -53,14 +53,14 @@ class IndexPage extends StatelessWidget {
),
Padding(
padding: EdgeInsets.only(right: (screenWidth / 2) - 100),
child: Row(
child: const Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
TextWidget(text: "Mobile", color: Color.fromARGB(255, 244, 243, 243), bold: false, size: 16),
],
),
),
Gap(200),
const MaxGap(200),
Row(
mainAxisAlignment: MainAxisAlignment.center,
spacing: 32,