diff --git a/src/index.css b/src/index.css index 521606b..bfdcdca 100644 --- a/src/index.css +++ b/src/index.css @@ -1,6 +1,15 @@ /* Allow users to select and copy text https://allexperts16.blogspot.com/2018/06/allow-users-to-select-and-copy-text-in.html */ +.app-background { + background: var(--background); + color: var(--color); +} + +.app-fullscreen { + min-height: calc(100% - var(--offset-top)); +} + .chapter-card { height: 300px; max-height: 300px; diff --git a/src/pages/About/index.tsx b/src/pages/About/index.tsx index ed09265..88985bb 100644 --- a/src/pages/About/index.tsx +++ b/src/pages/About/index.tsx @@ -23,7 +23,7 @@ export const AboutPage: React.FC = () => { return ( - + @@ -32,54 +32,56 @@ export const AboutPage: React.FC = () => { - + - + {t('ABOUT.TITLE')} - - - - - {t('ABOUT.TEXT.PARAGRAPH.01')} - {t('ABOUT.TEXT.PARAGRAPH.02')} - {t('ABOUT.TEXT.PARAGRAPH.03')} - - - makingmorehealth.org - - - - info@makingmorehealth.org - - - - @makingmorehealth - - - - Making More Health - - - - + + + + + + {t('ABOUT.TEXT.PARAGRAPH.01')} + {t('ABOUT.TEXT.PARAGRAPH.02')} + {t('ABOUT.TEXT.PARAGRAPH.03')} + + + makingmorehealth.org + + + + info@makingmorehealth.org + + + + @makingmorehealth + + + + Making More Health + + + + + ); diff --git a/src/pages/CreditsPage/CreditsPage.tsx b/src/pages/CreditsPage/CreditsPage.tsx index 8f2980f..5ea26e2 100644 --- a/src/pages/CreditsPage/CreditsPage.tsx +++ b/src/pages/CreditsPage/CreditsPage.tsx @@ -19,7 +19,7 @@ export const CreditsPage: React.FC = () => { return ( - + @@ -27,20 +27,22 @@ export const CreditsPage: React.FC = () => { - + - + {t('CREDITS.TITLE')} - - - - + + + + + + ); diff --git a/src/pages/Page.tsx b/src/pages/Page.tsx index 6b36e13..a451272 100644 --- a/src/pages/Page.tsx +++ b/src/pages/Page.tsx @@ -25,8 +25,15 @@ export const HomePage: React.FC = () => { {t(`APP.NAME`)} - - + + + + {t('APP.NAME')} + + + + + ); diff --git a/src/pages/Search/index.tsx b/src/pages/Search/index.tsx index 444ba1b..11d456f 100644 --- a/src/pages/Search/index.tsx +++ b/src/pages/Search/index.tsx @@ -34,12 +34,19 @@ export const SearchPage: React.FC = () => { - - setSearchValue(event.detail.value!)} - > - + + + + {t('SEARCH.TITLE')} + + + + setSearchValue(event.detail.value!)} + > + + ); diff --git a/src/pages/Settings/SettingsPage.tsx b/src/pages/Settings/SettingsPage.tsx index 224a6eb..60fc5a3 100644 --- a/src/pages/Settings/SettingsPage.tsx +++ b/src/pages/Settings/SettingsPage.tsx @@ -20,8 +20,8 @@ export const SettingsPage: React.FC = () => { return ( - - + + @@ -29,18 +29,20 @@ export const SettingsPage: React.FC = () => { - + - + {t('SETTINGS.TITLE')} - - - - - - + + + + + + + + );
{t('ABOUT.TEXT.PARAGRAPH.01')}
{t('ABOUT.TEXT.PARAGRAPH.02')}
{t('ABOUT.TEXT.PARAGRAPH.03')}