Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix auth layout on mobile (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prospector authored Aug 20, 2023
1 parent 3649573 commit cfbf08d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pages/auth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

<style>
.auth-container {
width: 30rem;
margin: 2rem auto;
width: 26rem;
max-width: calc(100% - 2rem);
margin: 1rem auto;
display: flex;
flex-direction: column;
gap: 2rem;
Expand Down Expand Up @@ -79,5 +80,6 @@
display: flex;
justify-content: center;
gap: var(--gap-md);
flex-wrap: wrap;
}
</style>

0 comments on commit cfbf08d

Please sign in to comment.