Skip to content

Commit

Permalink
fix: browse projects button cut-off on homepage for mobile devices (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
0xabdulkhaliq authored Jul 26, 2023
1 parent c261f00 commit d5609f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import images from "../DB/homepage-image.json";
export default function HomePage() {
return (
<section>
<div className="relative overflow-hidden">
<div className="relative overflow-hidden sm:pb-4">
<div className="pt-16 sm:pt-24 sm:pb-40 lg:pt-40 lg:pb-48">
<div className="relative mx-auto max-w-7xl px-4 sm:static sm:px-6 lg:px-8">
<section className="sm:max-w-[19.5rem] md:max-w-[24.5rem] tab:max-w-[28rem] lg:max-w-[30rem]">
Expand Down

0 comments on commit d5609f6

Please sign in to comment.