Skip to content

Commit

Permalink
fix: styling in login and register
Browse files Browse the repository at this point in the history
  • Loading branch information
jkklapp committed Jun 7, 2022
1 parent b36e5a2 commit 0f1c0df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="grid md:place-items-center">
<div>
<h1 class="text-6xl text-center mt-12 mb-4 md:my-2">
<h1 class="text-6xl text-center mt-12 md:mt-32 mb-4 md:mb-2">
<span class="text-gray-700 dark:text-gray-100">
<span class="font-bold">{{ appName }}</span>
</span>
Expand Down Expand Up @@ -57,7 +57,7 @@
/>
</div>
</div>
<div class="grid md:flex md:flex-wrap place-items-stretch">
<div class="grid place-items-center">
<button
type="submit"
:disabled="!form.email || !form.password"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Register.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<div class="grid md:place-items-center">
<div>
<h1 class="text-6xl text-center mt-12 mb-4 md:my-2">
<h1 class="text-6xl text-center mt-12 md:mt-32 mb-4 md:mb-2">
<span class="text-gray-700 dark:text-gray-100">
<span class="font-bold">{{ appName }}</span>
</span>
Expand Down

0 comments on commit 0f1c0df

Please sign in to comment.