diff --git a/app/app.css b/app/app.css index f608f01d..7cdc88cd 100644 --- a/app/app.css +++ b/app/app.css @@ -22,7 +22,7 @@ Button { .container { border-bottom-width: 1; border-color: lightgray; - justify-content: flex-start; + align-items: flex-start; padding: 5; } @@ -80,6 +80,7 @@ Button { font-size: 12; margin: 2; margin-top: 10; + padding: 5; } /*.border { diff --git a/app/home/home.tab.html b/app/home/home.tab.html index 3efee022..f0251e02 100644 --- a/app/home/home.tab.html +++ b/app/home/home.tab.html @@ -1,28 +1,28 @@ - + - + - + - - + + - + - + - + - + diff --git a/app/login/login.component.ts b/app/login/login.component.ts index 048934a2..70787e0a 100644 --- a/app/login/login.component.ts +++ b/app/login/login.component.ts @@ -62,7 +62,7 @@ export class LoginComponent { prompt({ title: "Forgot Password", - message: "Enter the email address you used to register for Giftler to reset your password.", + message: "Enter the email address you used to register for Yowwlr to reset your password.", defaultText: "", okButtonText: "Ok", cancelButtonText: "Cancel"