Skip to content

Commit

Permalink
fix: margin on mobile in the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Mar 19, 2022
1 parent 53632f9 commit 37d2f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/home/non-authenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const NonAuthenticated = () => {
return (
<Content>
<Header />
<div className="p-4 mt-8 mb-0 mx-auto sm:w-4/5 w-full">
<div className="p-4 mt-2 sm:mt-10 mb-0 mx-auto sm:w-4/5 w-full">
<SubTitle>Yeah.</SubTitle>
<SubTitle>Hello music lover!</SubTitle>
<div className="mt-8">
Expand All @@ -16,7 +16,7 @@ export const NonAuthenticated = () => {
</PrimaryText>
</div>
</div>
<div className="p-4 mt-10">
<div className="p-4 mt-2 sm:mt-10">
<div className="flex justify-center">
<Link href="/api/login">
<a
Expand Down

1 comment on commit 37d2f52

@vercel
Copy link

@vercel vercel bot commented on 37d2f52 Mar 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.