gh-31: Fix the <b-row align-v="top"> to <b-row align-v="start">
diff --git a/custos-demo-gateway/src/components/landing/Landing.vue b/custos-demo-gateway/src/components/landing/Landing.vue
index 4a4a0b3..25f5b55 100644
--- a/custos-demo-gateway/src/components/landing/Landing.vue
+++ b/custos-demo-gateway/src/components/landing/Landing.vue
@@ -1,6 +1,6 @@
 <template>
     <b-container>
-        <b-row align-v="top" align-h="center">
+        <b-row align-v="start" align-h="center">
             <b-col style="min-width: 300px; max-width: 100%" class="text-center">
                 <h2>Welcome to Custos</h2>
                 <p class="h2-sub">Sign up and start authenticating</p>
diff --git a/custos-demo-gateway/src/components/registration/CreateAccount.vue b/custos-demo-gateway/src/components/registration/CreateAccount.vue
index 1642032..1dec820 100644
--- a/custos-demo-gateway/src/components/registration/CreateAccount.vue
+++ b/custos-demo-gateway/src/components/registration/CreateAccount.vue
@@ -1,6 +1,6 @@
 <template>
     <b-container>
-        <b-row align-v="top" align-h="center">
+        <b-row align-v="start" align-h="center">
             <b-col style="min-width: 300px; max-width: 100%" class="text-center">
                 <h2>Welcome to Custos</h2>
                 <p class="h2-sub">Sign up and start authenticating</p>