Skip to content

Commit 7465242

Browse files
committed
ui: add margin below logo on sign in/up
1 parent 206999d commit 7465242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime/pages/SignIn.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async function signinWithGoogle() {
179179
:width="xs ? 200 : 250"
180180
class="mx-auto mx-sm-0"
181181
/>
182-
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-2">
182+
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-4">
183183
{{ nuxtifyConfig.brand?.tagline }}
184184
</div>
185185
</v-col>

src/runtime/pages/SignUp.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async function signinWithGoogle() {
132132
:width="xs ? 200 : 250"
133133
class="mx-auto mx-sm-0"
134134
/>
135-
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-2">
135+
<div class="text-center text-sm-left text-h6 text-sm-h5 mt-4">
136136
{{ nuxtifyConfig.brand?.tagline }}
137137
</div>
138138
</v-col>

0 commit comments

Comments
 (0)