Skip to content

Commit

Permalink
home page on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
lsoengas committed Jan 16, 2024
1 parent fdb8d13 commit d6379a8
Show file tree
Hide file tree
Showing 2 changed files with 1,440 additions and 1,258 deletions.
12 changes: 9 additions & 3 deletions pages/home/home.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: justify;
font-size: desktop-vw(16px);
max-width: desktop-vw(500px);
min-height: 90vh;
margin: auto;
font-size: mobile-vw(12px);
max-width: mobile-vw(330px);

@include desktop {
min-height: 100vh;
font-size: desktop-vw(16px);
max-width: desktop-vw(500px);
}
}
}
Loading

1 comment on commit d6379a8

@github-actions
Copy link

Choose a reason for hiding this comment

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

"⚡️ Lighthouse report for the changes in this commit:

🔴 Performance: 46
🟢 Accessibility: 97
🟢 Best practices: 100
🟠 SEO: 75
🔴 PWA: 30

Lighthouse ran on https://satus-i4gvk0i2m-studio-freight.vercel.app/"

Please sign in to comment.