style: remove unnecessary whitespace in about page
This commit is contained in:
parent
051ce4680a
commit
a418844534
@ -90,9 +90,7 @@ class _AboutPageState extends State<AboutPage> {
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: 32),
|
||||
|
||||
// App Description
|
||||
const _SectionHeader(title: 'About This App'),
|
||||
const _ContentCard(
|
||||
@ -105,9 +103,7 @@ class _AboutPageState extends State<AboutPage> {
|
||||
style: TextStyle(color: Colors.white, height: 1.5),
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: 24),
|
||||
|
||||
// Features
|
||||
const _SectionHeader(title: 'Key Features'),
|
||||
const _ContentCard(
|
||||
@ -140,9 +136,7 @@ class _AboutPageState extends State<AboutPage> {
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: 24),
|
||||
|
||||
// Support & Privacy
|
||||
const _SectionHeader(title: 'Support & Privacy'),
|
||||
_ContentCard(
|
||||
@ -168,9 +162,7 @@ class _AboutPageState extends State<AboutPage> {
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: 24),
|
||||
|
||||
// Credits
|
||||
const _SectionHeader(title: 'Credits'),
|
||||
const _ContentCard(
|
||||
@ -198,7 +190,6 @@ class _AboutPageState extends State<AboutPage> {
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
const SizedBox(height: 40),
|
||||
],
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user